Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shabbirbhimani/4397a95211c88006271ce2f9e0f7c1a2 to your computer and use it in GitHub Desktop.
Save shabbirbhimani/4397a95211c88006271ce2f9e0f7c1a2 to your computer and use it in GitHub Desktop.
4.3 Using Quotes and Double quotes inside strings
# printing single quote
print('This is an \'important\' feature')
# printing double quote
print("This is \"important\", let me note it.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment