We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dfc2c commit b088c72Copy full SHA for b088c72
main.py
@@ -1,5 +1,5 @@
1
def main() -> None:
2
- user_input = input("\tPress enter to start encrypting messages using a modified Caesar's Cipher. Enter 'quit' to exit the program\n>>> ").lower()
+ user_input = input("\tPress enter to encrypt a message using a modified Caesar's Cipher. Enter 'quit' to exit the program\n>>> ").lower()
3
4
if user_input == "quit":
5
return
0 commit comments