18 lines
207 B
Plaintext
18 lines
207 B
Plaintext
= 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", "!")
|
|
----
|