Skip to content

Instantly share code, notes, and snippets.

@alikarimi120
Last active March 1, 2022 08:38
Show Gist options
  • Save alikarimi120/0b3c51ee7bea68cbceee222c16a804db to your computer and use it in GitHub Desktop.
Save alikarimi120/0b3c51ee7bea68cbceee222c16a804db to your computer and use it in GitHub Desktop.
hello_str = 'hello' # String literals can use single quotes
world_str = "world" # or double quotes; it does not matter.
print(hello_str, len(hello_str))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment