Created
November 26, 2012 19:48
-
-
Save nalsi/4150217 to your computer and use it in GitHub Desktop.
Print "Hello, world!" to the screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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