✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu'affiche le code suivant :
def foo1(): global a a = a + 2 def foo2(): x = a*2 print(x)a = 3foo1()foo2()Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!