Apaxiaaaaaaaaaaaans!
This commit is contained in:
7
apaxiaaans.py
Normal file
7
apaxiaaans.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name = input().strip()
|
||||||
|
for c in range(ord("a"), ord("z") + 1):
|
||||||
|
sc = chr(c)
|
||||||
|
dc = f"{chr(c)}{chr(c)}"
|
||||||
|
while dc in name:
|
||||||
|
name = name.replace(dc, sc)
|
||||||
|
print(name)
|
||||||
Reference in New Issue
Block a user