Skip to content

Instantly share code, notes, and snippets.

@VikramThory
Created January 17, 2019 14:13
Show Gist options
  • Save VikramThory/1c2f8fd13e7c368738d1e4545bdfa409 to your computer and use it in GitHub Desktop.
Save VikramThory/1c2f8fd13e7c368738d1e4545bdfa409 to your computer and use it in GitHub Desktop.
python basic
print('hello world')
print("Double quotes")
print('Hello','World')
print('Hello' + 'World')
print("I'm a programmer")
print('He say "Hi!!"')
print('I\'m a programmer')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment