Commit a16a513c by BellCodeEditor

save project

parent 899854c2
Showing with 3 additions and 3 deletions
class Hero:
def __init__(self):
self.level = 20000000000000000000000000000000000000000000000000000
self.HP = 5000
self.attack = 300
self.level = 200000000000000000000000000000000000000000000000000000000000000000000000000000000000
self.HP = 54188
self.attack = 0.5555555
yase = Hero()
print('等级:%d'%yase.level)
......
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