Commit 3dbfbf2e by BellCodeEditor

save project

parent dee8f54b
Showing with 28 additions and 2 deletions
dict_hero={'沙洼乡我擦单位收到的东西的危险地王大厦':87,'温度为对方':86,'完全为当前未付得分':92,} dict_hero={'请问':10,'阿萨德':21,'自行车':22,'发过火':29,'金坷垃':30}
dict_hero={'沙洼乡我擦单位收到的东西的危险地王大厦':87,} print(dict_hero)
print(dict_hero['发过火'])
dict_hero['金坷垃']=32
print(dict_hero)
dict_hero['把你们']=25
print(dict_hero)
if '把你们' in dict_hero:
print(dict_hero['把你们'])
else:
print("错误")
print(dict_hero) 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