Convert Asciidoc to markdown

Converted asciidoc to markdown using ai.
This commit is contained in:
2025-07-06 22:07:31 +02:00
parent ebe0844882
commit bea28eca14
26 changed files with 352 additions and 388 deletions

View File

@ -0,0 +1,15 @@
# Exercices
## Exercice 1
```python
print("La rue Rostand,")
print(" se trouve au")
print("Feu à droite")
```
## Exercice 2
```python
print("Haut", "les", "cœurs", "!")
```