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 264048c commit b6ad05fCopy full SHA for b6ad05f
README.md
@@ -74,7 +74,7 @@ key = int(input("Enter key value: "))
74
75
print("Your message: ", text)
76
77
-encrpyted_message = encrpyt message(text, key)
+encrpyted_message = encrpyt_message(text, key)
78
79
print("The Encrypted message is: ", encrpyted_message)
80
```
0 commit comments