Commit b4f7970f by BellCodeEditor

save project

parent 8c8bb373
Showing with 11 additions and 0 deletions
...@@ -6,5 +6,15 @@ class Hero: ...@@ -6,5 +6,15 @@ class Hero:
self.attack = attack self.attack = attack
him = Hero(999999999999999999999999999,"him",9999999999999999999999999999999999999999999999999999999999999999,999999999999999999999999999999999999999999999999999999999999999) him = Hero(999999999999999999999999999,"him",9999999999999999999999999999999999999999999999999999999999999999,999999999999999999999999999999999999999999999999999999999999999)
dream = Hero(9999999999999999999999999999999999999,"dream",5,999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) dream = Hero(9999999999999999999999999999999999999,"dream",5,999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
def dpgraade():
him.level = him.level + 999999999999999999999999999999
him.hp = him.hp + 99999999999999999999999999
him.attack = him.attack +9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
print("吾王him",him.hp) print("吾王him",him.hp)
print("残血dream的攻击:",dream.attack) print("残血dream的攻击:",dream.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