Commit 3adf214e by BellCodeEditor

save project

parent d34684d5
Showing with 19 additions and 0 deletions
a=input("请输入你的鞋码:")
a=eval(a)
b=(a+10)/2
print("你的脚长是:",b,"厘米")
\ No newline at end of file
a=input("请输入儿童的足岁年龄:")
a=eval(a)
b=a*5+75
c=a*2+8
print("儿童的标准身高:",b,"厘米")
print("儿童的体重值:",c,"公斤")
\ No newline at end of file
import turtle
t.pen()
t.for i in range(4):
forward(400)
right(90)
t.done()
\ 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