Skip to content

Hello World!

Andrew Burke edited this page Apr 3, 2024 · 11 revisions
def hello_world(): # Function signature
	print("Hello world!") # Function body. Will print "Hello world!" to the console

hello_world() # Function call
Clone this wiki locally