mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-20 08:12:02 +00:00
Update Atbash.py
This commit is contained in:
parent
cb4be75941
commit
f56dd7f8e3
|
@ -9,6 +9,6 @@ def Atbash():
|
|||
output+=(unichr(219-extract))
|
||||
else:
|
||||
output+=i
|
||||
print output
|
||||
print (output)
|
||||
|
||||
Atbash() ;
|
||||
Atbash() ;
|
||||
|
|
Loading…
Reference in New Issue
Block a user