Commit 0d20802c by BellCodeEditor

auto save

parent 70f59dfe
Showing with 9 additions and 8 deletions
class A:
def __init__(self):
self.level=1:
self.hp=300:
self.attack=20:
SBB=A
print(SBB)
\ No newline at end of file
class Hero:
def __init__(self,a,b,c):
self.level=1
self.a=a
self.b=b
self.c=c
yase=Hero()
print(Hero)
\ 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