Wlecome to the "Hello World" Challenge!
In this beginner-level task, you will use some python code to create your first program!
The print command
In the Python programming language there is the print command. That command imediately returns
what you have written in the console.
Syntax:print "whatever you want to type"
Exampe:print "bla bla"
Do you remember the story about sesame?