Add Lesson 2 Task %*f#ncA0#>?
This commit is contained in:
parent
d92ba9f0ed
commit
ca319994ca
1 changed files with 10 additions and 0 deletions
10
Lesson_2/We know/dumb_decryptor.py
Normal file
10
Lesson_2/We know/dumb_decryptor.py
Normal 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"))
|
Reference in a new issue