Commit 09fa1ee3 by BellCodeEditor

save project

parent 42c643a6
Showing with 9 additions and 2 deletions
class class hore:
\ No newline at end of file def __init__(self,name,hp,attle):
self.level=1
self.name=name
self.hp=hp
self.attle=attle
yase=hore("yase",50000,10000)
print(yase.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