Commit eda946cc by BellCodeEditor

save project

parent ef39df1c
Showing with 24 additions and 5 deletions
class hero:
def __init__(self):
self.leve=1
self.hp=999999999999999
self.attack=999999999999999999999999999999999
self.defense=99999999999999999999999999999900000000000000
后羿=hero()
print(yase.attack)
class hero:
def __init__(self):
self.level=1
self.hp=300
self.attack=2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
class cake:
def __init__(self):
self.size=78
self.naiyou="pure"
self.fnat="apple"
cake=cake()
print(cake.size)
\ 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