Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 11:10
Show Gist options
  • Save raeq/7771111a84deab66cf6bed1e065aaf1d to your computer and use it in GitHub Desktop.
Save raeq/7771111a84deab66cf6bed1e065aaf1d to your computer and use it in GitHub Desktop.
The length of a string.
hello: str = 'Hello World!'
assert len(hello) == 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment