In this lab we run a program known as “Hello World” which is the first program you run in a new language.

 

Here is my source code:
print (“Hello World”)
print (“Goodbye”)