News
Strings can be considered index-based collections of smaller strings or characters, each one referenced by its position in the string. Furthermore, Python contains the notion of "slice-notation ...
Using Python’s index operator [] on a string with a -3 will grab the 3rd character from the end of the string, in this case '<built-in function oct>'[-3] will evaluate to 'c'.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results