File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ Deux méthodes sont possibles :
9595 - Conditionnelle : [ if | if-else | if-elif-else] ( ultimatepython/syntax/conditional.py ) ( 🍰 )
9696 - Boucle : [ for-loop | while-loop] ( ultimatepython/syntax/loop.py ) ( 🍰 )
9797 - Fonction : [ def | lambda] ( ultimatepython/syntax/function.py ) ( 🍰 )
98- - Opérateur morse : [ Expressions d\ ' affectation :=] ( ultimatepython/syntax/walrus_operator.py ) ( 🤯 )
99- - Application d\ ' arguments : [ Positionnels uniquement / | Mots-clés uniquement * ] ( ultimatepython/syntax/arg_enforcement.py ) ( 🤯 )
98+ - Opérateur morse : [ Expressions d'affectation :=] ( ultimatepython/syntax/walrus_operator.py ) ( 🤯 )
99+ - Application d'arguments : [ Positionnels uniquement / | Mots-clés uniquement * ] ( ultimatepython/syntax/arg_enforcement.py ) ( 🤯 )
100100
1011013 . ** Structures de données**
102102 - Liste : [ Opérations sur les listes] ( ultimatepython/data_structures/list.py ) ( 🍰 )
You can’t perform that action at this time.
0 commit comments