You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concept. : les identifiant en python sont de la forme [a-zA-Z_][a-zA-Z0-9_]* et il doivent être différents des mots clefs.
False class from or
None continue global pass
True def if raise
and del import return
as elif in try
assert else is while
async except lambda with
await finally nonlocal yield
break for not
======
Faux amis : abc // def
from // to
except // refuse
type d'exo : QCM "QCM python Template"
alea : fabrication aléatoire de de truc qui ne sont pas des identifiants`
The text was updated successfully, but these errors were encountered:
Concept. : les identifiant en python sont de la forme [a-zA-Z_][a-zA-Z0-9_]* et il doivent être différents des mots clefs.
False class from or
None continue global pass
True def if raise
and del import return
as elif in try
assert else is while
async except lambda with
await finally nonlocal yield
break for not
======
Faux amis : abc // def
from // to
except // refuse
type d'exo : QCM "QCM python Template"
alea : fabrication aléatoire de de truc qui ne sont pas des identifiants`
The text was updated successfully, but these errors were encountered: