Created
January 17, 2019 14:13
-
-
Save VikramThory/1c2f8fd13e7c368738d1e4545bdfa409 to your computer and use it in GitHub Desktop.
python basic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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