Small cosmetic change.

This commit is contained in:
Mikolaj Lubiak 2022-05-23 20:30:32 +02:00
parent 85b969de93
commit 2fa28c2bf5
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ if __name__ == "__main__":
b = input("Key (Leave empty if non): ")
if not b:
b = genKey(lc+uc)
print(f"Key: {b}")
print(f"Key: {b}")
print(subst(a, b))