Skip to content

Instantly share code, notes, and snippets.

@dragstar328
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragstar328/d9841a863b5b1aee6bbf to your computer and use it in GitHub Desktop.
Save dragstar328/d9841a863b5b1aee6bbf to your computer and use it in GitHub Desktop.
Hello python
print "hello world"
list = []
list.append(1)
list.append(2)
list.append(3)
for n in list:
print "%d" %n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment