Files
training.python.beginner/training/exercices/02-language-basics/04-empty-block.asciidoc
2025-07-04 19:26:39 +02:00

7 lines
146 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= Exercices sur les blocs vides
== Exercice 1
- Écrivez un bloc `if` dont le code, lorsqu'il est exécuté, ne fait rien.
- *Outils* : `pass`