Commit 600b492c by BellCodeEditor

save project

parent 21e72bd9
Showing with 5 additions and 5 deletions
class Fack: class Fack:
def _init_(self): def __init__(self):
self.level=100111111111111111111111111111111111111111111111111111111111111111111111111111111111999999999999999999999999999999999999999 self.level=100111111111111111111111111111111111111111111111111111111111111111111111111111111111999999999999999999999999999999999999999
self.HP=1000009999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 self.HP=1000009999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
self.attack=5000000000000000000000066666666666666777777688888888888888888888888888888888999999999999999999999999999999999999999999999999999 self.attack=5000000000000000000000066666666666666777777688888888888888888888888888888888999999999999999999999999999999999999999999999999999
laoba=Fack() laoba=Fack()
print("老八的血量: ",yase.HP) print("老八的血量: ",laoba.HP)
print("老八的等级: ",yase.level) print("老八的等级: ",laoba.level)
print("老八的攻击力: ",yase.attack) print("老八的攻击力: ",laoba.attack)
\ No newline at end of file \ 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