Commit 52f361cb by BellCodeEditor

save project

parent f47689a4
Showing with 16 additions and 0 deletions
class sans:
def __init__(self):
self.Level=1
self.Attack=1
self.Hit_Point=1
self.Defense=1
class chara:
def __init__(self):
self.Level=19
self.Attack=99999999999
self.Hit_Point=97
self.Defense=39
Chara=chara()
Outer_sans=sans()
print(Chara.Attack)
\ 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