✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What is the output when the following code executes? (If there are more blanks than lines of output, put a single - in the blank.)
def function1(): print('A')
def function2(): print('B') function1() print('B')
def main(): function1() function2() function1()main()
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!