Commit ce991b9f by BellCodeEditor

save project

parent e1dbc695
Showing with 11 additions and 3 deletions
...@@ -8,5 +8,14 @@ yase=Hero('yase',300,20) ...@@ -8,5 +8,14 @@ yase=Hero('yase',300,20)
hy=Hero('hy',250,23) hy=Hero('hy',250,23)
k=Hero('K',5600,199) k=Hero('K',5600,199)
print(yase.attack) print(yase.attack)
print(hy.attack) print(yase.hp)
print(k.attack) print(k.attack)
\ No newline at end of file def y():
yase.level=yase.level+50
yase.attack=yase.attackk+7
yase.hp=yase.hp+1223
y()
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