From 08c726c443698aab14f957f376d387be785adff3 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 11 Jun 2021 13:31:33 +0300 Subject: [PATCH] 1 --- OfficialProjects/AutoShipper/autoshipper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OfficialProjects/AutoShipper/autoshipper.py b/OfficialProjects/AutoShipper/autoshipper.py index 51e10b8..d873a11 100644 --- a/OfficialProjects/AutoShipper/autoshipper.py +++ b/OfficialProjects/AutoShipper/autoshipper.py @@ -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): ")