Commit c10ed154 by BellCodeEditor

auto save

parent 854d4f64
Showing with 5 additions and 0 deletions
a=float(input("请输入爸爸的身高:"))
b=float(input("请输入妈妈的身高:"))
c=float(input("请输入性别系数:"))
k=(a+b+13*c)/2
print("孩子未来的身高:",k,"(厘米)")
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