Quick actions

cmd+k|ctrl+k

Navigation

Languages

string indexes

Snippet info

Language

Python

Visibility

public

Author

ericmash53

Created

2026-01-30T14:28:56.938184Z

Updated

2026-01-30T14:28:56.938184Z

erick = 'er er er er'
      #  012345678910
      
print(erick[2])      
INFO