Skip to content
Snippets Groups Projects
Commit 6de157d6 authored by Noé Bertramo's avatar Noé Bertramo
Browse files

nouvelle implémentation amélioré 4.0

parent ed1b06c0
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,10 @@ def goodbye(): ...@@ -3,4 +3,10 @@ def goodbye():
print("Goodbye " + nom) print("Goodbye " + nom)
def test():
noms = ["paul", "marc", "mathieu", "luc"]
for element in noms:
print(goodbye(element))
goodbye() goodbye()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment