Commit 5aff3efd by BellCodeEditor

save project

parent 55e3fdf7
Showing with 11 additions and 0 deletions
class Heor:
def __init__(self):
self.level = 999
self.hp = 1000000000
self.attack = 666666666
lan = Heor()
print("lan的等级为:",lan.level)
print("lan的血量为:",lan.hp)
print("lan的攻击为:",lan.attack)
\ 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