logo

Crowdly

Qu'affiche le code suivant : var = 12 if var % 4 == 0:     var += 1 elif v...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Qu'affiche le code suivant :

var = 12

if var % 4 == 0:

    var += 1

elif var % 3 == 0:

    var += 2

print(var)

More questions like this

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

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