Commit 7a8b0ad8 by BellCodeEditor

save project

parent 7e7c549e
Showing with 5 additions and 5 deletions
class ying: class ying:
def__init__(self): def __init__(self):
self.hp=3000 self.hp=3000
self.ext=1 self.ex=1
self.kill=200 self.kill=200
shi=ying(hp) ys=ying()
print(shi) print(ys.hp)
\ No newline at end of file \ 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