Skip to content

Instantly share code, notes, and snippets.

@swdrsk
Created September 8, 2015 07:25
Show Gist options
  • Select an option

  • Save swdrsk/731c5d2ae3bf392c3046 to your computer and use it in GitHub Desktop.

Select an option

Save swdrsk/731c5d2ae3bf392c3046 to your computer and use it in GitHub Desktop.
#coding:utf-8
def test2():
print "HELLO WORLD"
if __name__ == "__main__"
test2()
@swdrsk
Copy link
Copy Markdown
Author

swdrsk commented Sep 8, 2015

for test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment