Skip to content
Snippets Groups Projects

Hello

Merged
Tom Brayrequested to merge
hello into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
# ma fonction dit au revoir
def goodbye():
nom = str(input("What's your name?"))
print("Goodbye " + nom)
Loading