Commit f85a4dda by BellCodeEditor

save project

parent 611f315d
Showing with 10 additions and 4 deletions
......@@ -4,7 +4,13 @@ class Hero:
self.level = 1
self.hp = hp
self.attack = attack
1 = Hero ("三木"13000000)
def upgrade():
yase.level = yase.level+1
yase.hp = yase.hp+500
yase.attack = yase.attack+40
2 = Hero('漆世强",3000000000000,9999999999999999999999)
print("三木的血拦为",a.hp)
print("漆世强",b.hp)
\ No newline at end of file
print("漆世强",b.hp)
upgrade()
upgrade()
print("二九合浦VJ泡软干货Sept结合上述颜色柔和有",)
\ 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