This commit is contained in:
BarsTiger
2021-07-28 22:03:12 +03:00
parent bc34b96aa2
commit 93fa50ad27

View File

@@ -22,7 +22,6 @@ time.sleep(0.5)
while True:
i = 1000
while i != 6:
print(str(i) + " - 7 = " + str(i - 7))
i -= 7