diy1.py 111 Bytes Edit 1 2 3 4 a=['猴三',10,'猴一',21,'猴五',22,'猴队长',29,'猴七',30] print(a["猴一"]) a["猴一"]=100 priny(a)