This commit is contained in:
BarsTiger
2021-06-11 13:31:33 +03:00
parent bcc9bfd1cc
commit 08c726c443

View File

@@ -42,8 +42,8 @@ def printflame(index):
slovo = slovo + flame[o]
else:
slovo = slovo + biglettersflame[flame[o]]
print('\b' * 10, end='')
print(format(slovo), end='')
print('\b' * 10, end=' ')
print(format(slovo), end=' ')
sys.stdout.flush()
name1str = input("Enter name of first person (all letters should be small): ")