logo

Crowdly

Qu'affiche le code suivant :  def foo1():    global a    a = a + 2 d...

✅ 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 = 3

foo1()

foo2()
More questions like this

Want instant access to all verified answers on moodle.ipsa.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!