summaryrefslogtreecommitdiff
path: root/rot13.py
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2024-09-17 15:32:53 +0200
committerjerome <jerome@xlinfo.fr>2024-09-17 15:32:53 +0200
commit550497e907868ac0249a18eef2a0fb7f5bcd9ed8 (patch)
tree5690fce051444c9897a2bcf610d174b20dfe6718 /rot13.py
parentcdb4e2f17863038e28ab063415f59cc4d94491d6 (diff)
downloadpython-550497e907868ac0249a18eef2a0fb7f5bcd9ed8.tar.gz
python-550497e907868ac0249a18eef2a0fb7f5bcd9ed8.zip
scapy
Diffstat (limited to 'rot13.py')
-rw-r--r--rot13.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/rot13.py b/rot13.py
deleted file mode 100644
index f2d97b5..0000000
--- a/rot13.py
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env python3
-import codecs
-message = input()
-print(codecs.encode(message,'rot_13'))