Commit 9e19d840 by BellCodeEditor

save project

parent f47689a4
Showing with 17 additions and 0 deletions
class Hero:
def __init__(self):
self.level=1
self.hp=50000
self.attack=1
self.defend=500
self.Amount of magic=1
self.Spell resistance= 5000
self.sped=1000
god=Hero()
print(god.level)
print(god.hp)
print(god.attack)
print(god.defend)
print(god.Amount of magic)
print(god.Spell resistance)
print(god.sped)
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