✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
For the Python program below, will there be any output, and will the program terminate?
while True:
while 1 > 0:
break
print("Got it!")
break