We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4be75 commit f56dd7fCopy full SHA for f56dd7f
ciphers/Atbash.py
@@ -9,6 +9,6 @@ def Atbash():
9
output+=(unichr(219-extract))
10
else:
11
output+=i
12
- print output
+ print (output)
13
14
-Atbash() ;
+Atbash() ;
0 commit comments