Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 80 Bytes

File metadata and controls

7 lines (7 loc) · 80 Bytes
>>> hello = "Hello, World"
>>> print(hello[1])
e
>>> print(hello[-1])
d