mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-21 16:52:05 +00:00
Update Atbash.py
This commit is contained in:
parent
cb4be75941
commit
f56dd7f8e3
|
@ -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() ;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user