Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 11:11
Show Gist options
  • Save raeq/7b77934111b01fef013a11f606f32612 to your computer and use it in GitHub Desktop.
Save raeq/7b77934111b01fef013a11f606f32612 to your computer and use it in GitHub Desktop.
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