Initial commit

This commit is contained in:
2025-07-04 19:26:39 +02:00
commit c8682d4801
248 changed files with 12519 additions and 0 deletions

View File

@ -0,0 +1,17 @@
= Exercices
== Exercice 1
[source, python]
----
print("La rue Rostand,")
print(" se trouve au")
print("Feu à droite")
----
== Exercice 2
[source, python]
----
print("Haut", "les", "cœurs", "!")
----