✅ 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")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!