Skip to content

Instantly share code, notes, and snippets.

@evansalter
Created January 13, 2017 22:55
Show Gist options
  • Save evansalter/e67342962719c20ec2da4bbbb551226b to your computer and use it in GitHub Desktop.
Save evansalter/e67342962719c20ec2da4bbbb551226b to your computer and use it in GitHub Desktop.
def hello_wiki():
print "I'm embedded in a Wiki page!"
if __name__ == '__main__':
hello_wiki()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment