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

ma fonction dit au revoir

parent 71599e56
Branches
No related tags found
1 merge request!1Hello
# ma fonction dit au revoir
def goodbye():
nom = str(input("What's your name?"))
print("Goodbye " + nom)
goodbye()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment