#WSQ02 – Hello World

Basic stuff:

Well, this task is pretty easy, we’re just explaning how the “print” command works.
As you can see, I decided to print the phrase “Hello World”, so you need to open up the parentheses or it will not work.

And if the thing you want to print is text DON’T forget to put these guys between your text: “”. (Otherwise, the program will recognize the text as a variable or other thing you don’t want, instead of simple text.)

WSQ022

And that’s it, let’s continue.