Commit 99d9a892 by BellCodeEditor

save project

parent ec75decb
Showing with 4 additions and 4 deletions
...@@ -6,10 +6,10 @@ class hero: ...@@ -6,10 +6,10 @@ class hero:
self.attack=attack self.attack=attack
b=hero("bilibili",900,20) # b=hero("bilibili",900,20)
l=hero("lililili",1040,23) # l=hero("lililili",1040,23)
print("bilibili血",b.hp) # print("bilibili血",b.hp)
print("lililili血",l.hp) # print("lililili血",l.hp)
......
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