Commit caba3fcd by BellCodeEditor

auto save

parent 42d8cced
Showing with 2 additions and 1 deletions
...@@ -9,5 +9,5 @@ class Hero: ...@@ -9,5 +9,5 @@ class Hero:
yase=Hero("亚瑟",100,120) yase=Hero("亚瑟",100,120)
dijia=Hero("迪迦",120,50) dijia=Hero("迪迦",120,50)
print(dijia.name+str(dijia.hp)) print(dijia.name +str(dijia.hp))
print(yase) print(yase)
\ 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