Commit bb80e76d by BellCodeEditor

auto save

parent 63e370f3
Showing with 10 additions and 9 deletions
class hfhg: class Hero:
def __init__( self,name,hp,attack): def __init__(self,name):
self.name=name self.level = 99999999999999999999999999999999
self.hp=hp self.hp = 9999999999999999
self.attack=attack self.attack = 999999999999999999
sb=hfhg("史蒂夫",444,5555) self.name = name
print(sb) yase = Hero("ghg")
print(yase.name)
yase.hp=yase.hp=-50
\ 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