Commit 94f63594 by BellCodeEditor

save project

parent 073f26ec
Showing with 13 additions and 4 deletions
dict_hero={"hhh":10,"fff":10} # dict_hero={"hhh":10,"fff":10}
dict_hero["hhh"]=20 # dict_hero["hhh"]=20
# dict_hero["rrr"] = 10
# print(dict_hero)
dict_hero["rrr"] = 10
print(dict_hero) dict_hero={"hhh":10,"fff":10}
i=inpuht("你买啥")
if i in dict:
print("买"+i+"需要"+str(dict[i])+"yuan")
\ No newline at end of file
++ "b/\345\245\275\345\245\275\345\245\275"
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