Programming for Everybody: Assignment 01.1 Write Hello World - edorlando07/datasciencecoursera GitHub Wiki

###Getting Started with Python

Assignment: Write a program that uses a print statement to say 'hello world' as shown in 'Desired Output'.

print "hello world"

The output for the code listed above is listed below:

hello world