'str'[0]
[1,2][0]
(1,2)[0]
'str'[0:2]
'str'[0:2:2]
小灶 str可以进行max和min比较 ord()
'hello world'
ord('w') => 119
ord('d') => 110
ord(' ') => 32