At the end of this lesson, you will be able to:
#!/usr/bin/env python3
# Created by: John Smith
# Created on: 08-Aug-20XX
# Created for: ICS3U
# Daily Assignment – Intro-0X
# This program displays Hello World
print("Hello, World!")
Next Day Prep