Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PythonS1/S1/IDENTIFIANTS #4

Open
nimdanor opened this issue Jun 5, 2024 · 0 comments
Open

PythonS1/S1/IDENTIFIANTS #4

nimdanor opened this issue Jun 5, 2024 · 0 comments
Assignees

Comments

@nimdanor
Copy link
Member

nimdanor commented Jun 5, 2024

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`

@nimdanor nimdanor self-assigned this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant