Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
-
retour sur les strings
-
\n
: échappement pour retour à la ligne
-
concaténation implicite
-
triple quotes
-
retour sur input(): peut prendre un texte
-
retour sur print(): peut prendre ‘end’ et ‘sep’
concepts:
- fonctions
- paramètres simples -> fonctions.py (add)
- paramètres nommés -> fonctions.py (greet)
print()
est une fonction :)
Structures de données:
- listes
- création avec list()
- littérales
- indexation
- itération
- test d’appartenance
- taille avec len()
:wo
04-pendu.py
- Dictionaires
- création avec dict()
- update()
- test d’appartenance
05-airports.py