Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 25, 2022 17:42
Embed
What would you like to do?
>>> "aloha".index("a")
0
>>> "aloha".rindex("a")
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment