Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def function1():
- print("This is a function.")
- function1()
- def function2():
- print("This is another function.")
- function2()
- def function3():
- print("Alright last time; this is my final function.")
- function3()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement