Commit 910942bf by BellCodeEditor

save project

parent 2f7e2492
Showing with 9 additions and 18 deletions
import turtle name=input('你叫啥名啊?')
pen=turtle.Pen() power=int(input('你臂力多少啊?'))
pen.penup() list_hero['猴三',10,'猴一'21'猴五'22'猴队长'29'猴七'30]
pen.goto(100,-100) for i in range(len(litr_hero)):
pen.write("Hi,诺依~\n",font=("Times",18,"normal")) if i%2==1 and list_hero[i]>=power:
pen.hideturtle() list_hero.insert(i-1,name)
pen1=turtle.Pen() list_hero.insert(i,power)
pen1.pencolor("red") break
pen1.pensize(5) print(list_hero)
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
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