Skip to content

Instantly share code, notes, and snippets.

@nalsi
Created November 26, 2012 19:48
Show Gist options
  • Save nalsi/4150217 to your computer and use it in GitHub Desktop.
Save nalsi/4150217 to your computer and use it in GitHub Desktop.
Print "Hello, world!" to the screen
# This is Kai Li's first script for Mechanical MOOC lesson.
# Kai Li <--- My name
# hello_world.py <--- Name of the file
# 10/15/2012 <--- Date
# print "Hello, world!" to the screen
x = 'Hello, world!'
print x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment