Commit 7ab7c34b by BellCodeEditor

auto save

parent beb166ed
Showing with 3 additions and 1 deletions
import random import random
class Hero(object): class HeHero(object):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
self.level = 1 self.level = 1
...@@ -69,3 +69,4 @@ while True: ...@@ -69,3 +69,4 @@ while True:
\ 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