Commit 23d51154 by BellCodeEditor

save project

parent abb9a123
Showing with 9 additions and 12 deletions
class He
class Hero:
def__init__(self):
self.lv = 1
self.hp = 300
self.ac = 20
yase = Hero()
print(yase.hp)
print(yase.lv)
print(yase.ac)
......
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