Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 11:13
Show Gist options
  • Save raeq/2e07fdd1179e960f118c6d800616fd90 to your computer and use it in GitHub Desktop.
Save raeq/2e07fdd1179e960f118c6d800616fd90 to your computer and use it in GitHub Desktop.
Accessing an index.
hello: str = 'Hello World!'
assert hello[6] == 'W'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment