Commit fc26e237 by BellCodeEditor

save project

parent 38f07abd
Showing with 10 additions and 12 deletions
import turtle class Hero:
pen1=turtle.pen def__init__(self):
pen1=(pen1.pensize(5)) self.level = 1
pen1.pencolor("green") self.hp=300
pen1.forward(100) self.attack=20
pen.circle(50,180)
pen1.right(90) yase = Hero()
pen.circle(50,180) print("yase的血量值为:",yase.hp)
pen.forward(100) print("yase的攻击力为:",yase.attack)
pen.hideturtle() \ No newline at end of file
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