Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OpnSrcConstruction/c080bbd5fb09f4a7a80881018295aed3 to your computer and use it in GitHub Desktop.
Save OpnSrcConstruction/c080bbd5fb09f4a7a80881018295aed3 to your computer and use it in GitHub Desktop.
Python statement example: #python #statement #hello-world
'''
@author: CreativeCub
'''
print 'Hello World !!'
OUTPUT
Hello World !!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment