Commit 803d879f by BellCodeEditor

auto save

parent 03beb565
Showing with 6 additions and 1 deletions
i=int(input("请输入年龄"))
a=i*5+75
b=i*2+8
print(
\ No newline at end of file
...@@ -11,7 +11,7 @@ pen.hideturtle() ...@@ -11,7 +11,7 @@ pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.hideturtle() pen1.hideturtle()
a=int(a) a=int(a)
pen1.pensize(1) pen1.pensize(10)
pen1.pencolor("green") pen1.pencolor("green")
pen1.left(45) pen1.left(45)
pen1.forward(a*2) pen1.forward(a*2)
......
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