Update Atbash.py

This commit is contained in:
Anup Kumar Panwar 2019-05-26 22:59:07 +05:30 committed by GitHub
parent cb4be75941
commit f56dd7f8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ def Atbash():
output+=(unichr(219-extract)) output+=(unichr(219-extract))
else: else:
output+=i output+=i
print output print (output)
Atbash() ; Atbash() ;