Commit 92b6f17e by BellCodeEditor

save project

parent b05edda0
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@ class Hero:
def__init__(self,name,hp,ac):
self.lv = 1
self.name = name
self.hp = 300
self.ac = 20
self.hp = hp
self.ac = ac
def ug():
yase.lv+=1
......
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