Commit 5be1c643 by BellCodeEditor

save project

parent 198cac0a
a=input("爸爸身高")
b=input("妈妈身高")
c=input("性别系数")
d=(float(a)+float(b)+13*float(c))/2
print("孩子未来的身高",d)
\ No newline at end of file
import turtle
for i in range(4):
for i in range(4):
forward()
turtle.done()
\ No newline at end of file
a=input("密码是")
b=int(a)*10+15/5
print("密码为",b)
\ No newline at end of file
import turtle
turtle.fillcolor("red")
turtle.begin_fill()
for i in range(5):
turtle.forward(100)
turtle.right(144)
turtle.end_fill()
turtle.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