helloworld.py

# helloworld.py # # Description: A simple introduction to printing strings to the output console. # # Date: 03/10/2015 # Written By: G.Evans print("Hello World!")