Commit 7cfd082f by BellCodeEditor

save project

parent 201952ca
Showing with 5 additions and 0 deletions
...@@ -8,3 +8,7 @@ hoyi=hero(250,23333333333333333333333333333333333) ...@@ -8,3 +8,7 @@ hoyi=hero(250,23333333333333333333333333333333333)
yase = hero() yase = hero()
print("yase:",yase.hp) print("yase:",yase.hp)
print("yase:yase.attace") print("yase:yase.attace")
def upgread():
yase.level=yase.level+1
yase.hp=yase.hp+50
yase.attack=yase.attack+4
\ 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