[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-10-07 14:23:39 +00:00
parent 4d35248172
commit 4fe7d3d8b5

View File

@ -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()