diy.py 114 Bytes Edit 1 2 3 4 a={'猴七':7,'猴六':12,'猴五':15,'猴队长':20,'猴三':29} print(a['猴队长']) a['猴七']=32 print(a)