Commit f7d73160 by BellCodeEditor

save project

parent 2b06ed4a
Showing with 9 additions and 2 deletions
......@@ -12,5 +12,11 @@ a=Hero("a",222222,123)
print(yase.level)
print(yase.hp)
print(yase.attack)
for i in range(10000):
yase.level=yase.level+1
yase.hp=yase.hp+yase.hp
yase.attack=yase.attack+yase.attack
print(yase.level)
print(yase.hp)
print(yase.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