First Timers
Hello World!
"Hello World" is the conventional first program for any programming language.
And it's the first program for a reason, it's pretty easy, it's done in Python this way :
print("Hello World!")
And that's it, easy, right?
Try it in the editor by yourself.