python/2024-6-2-2.py

3 lines
33 B
Python
Raw Permalink Normal View History

a=(1,2,3,[7,8,9])
print(a[3][2])