Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.
-
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