Commit acb6af0d by BellCodeEditor

auto save

parent faf8dd05
Showing with 12 additions and 0 deletions
liuziyuzhengbasai={"小猴":4,"大猴":30,"小兔":9,"大狗":29}
q=input("你找谁")
if q in liuziyuzhengbasai:
print("你找的"+q+"今年"+str(liuziyuzhengbasai[q])+"岁了")
else:
print("查无此人")
for i in range(1,10):
for j in range(1,10):
print(i,"x",j,"=",(j*i),end=" ")
\ 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