Skip to content

Hello World!

Andrew Burke edited this page Apr 3, 2024 · 11 revisions

b. def hello_world(): # Function signature

a. print("Hello world!") # Function body. Will print "Hello world!" to the console

c. hello_world() # Function call

Clone this wiki locally