Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 12:14
Show Gist options
  • Save raeq/b48359d21493eb6cd19f08a4dd4938c0 to your computer and use it in GitHub Desktop.
Save raeq/b48359d21493eb6cd19f08a4dd4938c0 to your computer and use it in GitHub Desktop.
Mix and Match
hello: str = 'Hello World!'
assert hello[-2:5:-1] == 'dlroW'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment