mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 22:23:42 +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:
|
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!
|
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)
|
(['/', '0', "'", '%', ' '], 3)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
for _ in range(token):
|
for _ in range(token):
|
||||||
rotator()
|
rotator()
|
||||||
for j in message:
|
for j in message:
|
||||||
|
@ -84,6 +84,5 @@ def menu():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import doctest
|
import doctest
|
||||||
|
|
||||||
doctest.testmod()
|
|
||||||
|
|
||||||
|
doctest.testmod()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user