Skip to content

Instantly share code, notes, and snippets.

@Abhishek-Srivastava
Last active December 17, 2015 17:49
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 Abhishek-Srivastava/5648353 to your computer and use it in GitHub Desktop.
Save Abhishek-Srivastava/5648353 to your computer and use it in GitHub Desktop.
if __name__=="__main__":
print "Hello World"
print "This is out of the if block"
#This is a comment
#This is also a comment
print "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment