Skip to content

Commit f56dd7f

Browse files
Update Atbash.py
1 parent cb4be75 commit f56dd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ciphers/Atbash.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def Atbash():
99
output+=(unichr(219-extract))
1010
else:
1111
output+=i
12-
print output
12+
print (output)
1313

14-
Atbash() ;
14+
Atbash() ;

0 commit comments

Comments
 (0)