Commit b4dc227e by BellCodeEditor

save project

parent edd1d33f
Showing with 1 additions and 1 deletions
list_hero=['甲',1,'乙',2,'丙',3,'丁',4,'戊',5,'己',6,'庚',7,'辛',8,'任',9,'癸',10]
dict_hero={'甲':1,'乙':2,'丙':3,'丁':4,'戊':5,'己':6,'庚':7,'辛':8,'任':9,}
dict_hero={'甲':1,'乙':2,'丙':3,'丁':4,'戊':5,'己':6,'庚':7,'辛':8,'任':9}
dict_hero['癸']=0
dict_hero['癸']=10
print(dict_hero)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment