@@ -0,0 +1,9 @@
# if, else, elif, while
def test:
if 5 == 5:
return "Oui !"
elif 5 != 5:
return "Non !"
else :
return "Hein ?"
The note is not visible to the blocked user.