mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 14:13:44 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4d35248172
commit
4fe7d3d8b5
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
|
||||
Note:
|
||||
This algorithm has memory persistance.
|
||||
This algorithm has memory persistance.
|
||||
So multiple runs on the same runtime will carry junk and scramble the result!
|
||||
"""
|
||||
|
||||
|
@ -55,7 +55,7 @@ def encode_or_decode(message, token):
|
|||
(['/', '0', "'", '%', ' '], 3)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
for _ in range(token):
|
||||
rotator()
|
||||
for j in message:
|
||||
|
@ -84,6 +84,5 @@ def menu():
|
|||
|
||||
if __name__ == "__main__":
|
||||
import doctest
|
||||
|
||||
doctest.testmod()
|
||||
|
||||
doctest.testmod()
|
||||
|
|
Loading…
Reference in New Issue
Block a user