Commit d78df5bc by BellCodeEditor

save project

parent 625af877
Showing with 5 additions and 2 deletions
......@@ -7,4 +7,7 @@ kunkun=Hero('坤坤'300,80)
kunba=Hero('坤八'250,99)
print(kunkun.level)
print(kunkun.hp)
print(kunkun.attack)
\ No newline at end of file
print(kunkun.attack)
print(kunba.level)
print(kunba.hp)
print(kunba.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