Commit 20bbcc3a by BellCodeEditor

save project

parent f47689a4
Showing with 10 additions and 0 deletions
#认真听课,不要动鼠标哦
class Heros:
def __init__(m):
m.hp = 1
m.level = 0.1
m.attack = 5
wuyifang = Heros()
print("吴谦der命根子有"+str(wuyifang.hp)+"根")
\ 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