Lesson 2 - "Hello World"

In this short lesson we will be learning the basic “Hello World” program. The purpose of this lesson is to learn basic Python programming functions and how to save these programs.

    print("Hello World")
        
< Previous Next >