Commit a48db301 by BellCodeEditor

auto save

parent ef39df1c
Showing with 8 additions and 5 deletions
class hero:
def __init__(self): for i in range(1,10):
self.level=1 for j in range(1,i+1):
self.hp=300 print(j,"x",i,"=",j*i,end=" ")
self.attack=2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 print()
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