Hello World
Let's kick things off by creating a simple program that displays the text "Hello world!".
In Python, we use the print function to output text.
So to generate our message, the code would look like this:
Nice work! You’ve just written your first Python program. Easy, right? You’ll be triggering the singularity in no time!
The print statement is always followed by parentheses containing the output we want to generate.