Skip to content
Snippets Groups Projects
Commit fd0c71ad authored by Alexis LEBIS's avatar Alexis LEBIS
Browse files

Update exercice1.py

parent da0d8eed
No related branches found
No related tags found
No related merge requests found
#copy past your code here
\ No newline at end of file
#copy past your code here
#one function example :
def foo():
print("Hello World")
#From here, this is the main of your program
print("I'll call my function foo")
foo()
#End of the prog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment