Add Lesson 2 Task %*f#ncA0#>?

This commit is contained in:
Stanislav Mykhailenko 2022-10-27 18:38:13 +03:00
parent d92ba9f0ed
commit ca319994ca
GPG key ID: 1E95E66A9C9D6A36

View file

@ -0,0 +1,10 @@
# Lesson 2 Task %*f#ncA0#>?: ROT13 encryption
# Author: Stanislav Mykhailenko
# License: Unlicense
# Return codes:
# 0 - OK
import codecs
print(codecs.encode(input("Enter message: "), "rot13"))