#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