Quick actions

cmd+k|ctrl+k

Navigation

Languages

20241126List

Snippet info

Language

Python

Visibility

public

Author

henryting

Created

2024-11-26T08:24:20.315675Z

Updated

2024-12-01T08:17:45.198237Z

name=['a','b','c','d',[10,[1,5,10]],'e']
print(name[4][1][2])
INFO