Commit cbe860d2 by BellCodeEditor

save project

parent 98581ad2
Showing with 1 additions and 0 deletions
......@@ -12,3 +12,4 @@ yase=Hero('亚瑟',100,1,100)
xiaobei=Hero('小贝',1,1,2)
yase.upgrade()
print(yase.name,yase.hp,yase.level,yase.attack)
print(xiaobei.name,xiaobei.hp,xiaobei.level,xiaobei.attack)
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