logo

Crowdly

Qu'est-ce que ce code va afficher ? x = 0 if x > 0: print("Positif") el...

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

Qu'est-ce que ce code va afficher ?

x = 0

if x > 0:

print("Positif")

elif x == 0:

print("Zéro")

else:

print("Négatif")

More questions like this

Want instant access to all verified answers on moodle.unige.ch?

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