Commit 5c15413d by BellCodeEditor

save project

parent 8c45d364
Showing with 5 additions and 6 deletions
...@@ -4,11 +4,9 @@ class Bear: ...@@ -4,11 +4,9 @@ class Bear:
self.name=name self.name=name
self.hp=hp self.hp=hp
self.attack=attack self.attack=attack
def up():
YaZi.level=YaZi.level+1
YaZi.hp=YaZi.hp-10
YaZi.attack=YaZi.attack+1
YaZi=Bear("鸭子",250,1000) YaZi=Bear("鸭子",250,1000)
up() LaoHu=Bear("老虎",250,3.1415926)
up() ShiZi=Bear("狮子",250,12345)
print("鸭子的血量是",YaZi.hp) print("鸭子的血量是",YaZi.hp)
print("老虎的血量是",LaoHu.attack)
print("狮子的血量是",ShiZi.hp)
\ 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