Commit 7fae466a by BellCodeEditor

save project

parent a857c154
Showing with 10 additions and 15 deletions
a=1
for i in range(1234567890):
a=a+a
class Hero:
def __init__ (self):
class Hero:
def __init__ (self,):
self.level=1
self.hp=50
self.atk=3
yase=Hero()
print(yase.level)
print(yase.hp)
print(yase.atk)
self.level=1
self.hp=50
self.atk=3
yase=Hero()
print(yase.level)
print(yase.hp)
print(yase.atk)
print(a)
\ 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