Hello World!
Hello World Program
Hello World Program
Hello world in other programming languages
Hello world in other programming languages
Goal
Goal
The goal for this exercise it to learn how to display information to the user.
The goal for this exercise it to learn how to display information to the user.
Task1 :
Task1 :
Use the print function in the python shell. Display the message Hello World!
Use the print function in the python shell. Display the message Hello World!
print('Hello World!')
Task 2:
Task 2:
Use the print function in a new file. Display the message Hello Python!
Use the print function in a new file. Display the message Hello Python!
print('Hello Python!')
Video Walk Through
Video Walk Through