Ответ:
#python
import time
z = 0
while z < 3:
w = 0
while w < 4:
print("Вниз")
time.sleep(0.8)
w +=1
while w < 6:
print("Направо")
while w < 10:
print("Вверх")
while w < 12:
z +=1
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
#python
import time
z = 0
while z < 3:
w = 0
while w < 4:
print("Вниз")
time.sleep(0.8)
w +=1
while w < 6:
print("Направо")
time.sleep(0.8)
w +=1
while w < 10:
print("Вверх")
time.sleep(0.8)
w +=1
while w < 12:
print("Направо")
time.sleep(0.8)
w +=1
z +=1
Объяснение: