Commit 910942bf by BellCodeEditor

save project

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