Skip to content

Commit b088c72

Browse files
authored
Update main.py
Signed-off-by: de_soot <[email protected]>
1 parent 55dfc2c commit b088c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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()
2+
user_input = input("\tPress enter to encrypt a message using a modified Caesar's Cipher. Enter 'quit' to exit the program\n>>> ").lower()
33

44
if user_input == "quit":
55
return

0 commit comments

Comments
 (0)