Commit 2259548d by BellCodeEditor

save project

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