1
This commit is contained in:
@@ -22,7 +22,6 @@ time.sleep(0.5)
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
i = 1000
|
i = 1000
|
||||||
|
|
||||||
while i != 6:
|
while i != 6:
|
||||||
print(str(i) + " - 7 = " + str(i - 7))
|
print(str(i) + " - 7 = " + str(i - 7))
|
||||||
i -= 7
|
i -= 7
|
||||||
|
|||||||
Reference in New Issue
Block a user