Commit 2259548d by BellCodeEditor

save project

parent 805d0ab0
Showing with 7 additions and 9 deletions
dt={'张三':18,'李四':19} v=input("乌龟:")
print(dt['张三']) a=100/int(v)
dt['王五']=21
print(dt)
\ No newline at end of file
# 这是悟空为花果山小猴做臂力测试的程序代码 a=input("妈")
dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98} b=input("爸")
print(dict_hero) c=input("性别")
\ No newline at end of file print((int(a)+int(b)+13*int(c))/2)
\ No newline at end of file
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