Commit a788c95b by BellCodeEditor

save project

parent 5ca4634b
Showing with 8 additions and 0 deletions
class Hero:
def __init__(self):
self.level=10
self.hp=20
self.attack=1500000000
Steve=Hero()
print(Steve.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