Commit ec514cb4 by BellCodeEditor

save project

parent a37f3897
Showing with 32 additions and 2 deletions
......@@ -4,10 +4,40 @@ class Hero:
self.name=name
self.hp=hp
self.attack=attack
def sj():
a.level=a.a.level+4786237948672359946576382457265632756273895423357557
a.hp=a.hp+568934777538256774002484590829434577438921030988474339488455
a.attack=a.attack+5457134776471321398237847373123145687821911878764667
a=Hero("瑟"85957823947238946827893465762,4987529857432589572438654787829)
b=Hero("鱼"57854657346586437845673983754,7438589375847583583767777878996)
c=Hero("将"94895743009593825734678349578,3849638590324672309875634896524)
print("瑟:",a.hp)
print("瑟:"a.attack)
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
sj()
#b=Hero("鱼",57854657346586437845673983754,7438589375847583583767777878996)
#c=Hero("将",94895743009593825734678349578,3849638590324672309875634896524)
print("n次瑟血:"a.hp)
print("n次瑟攻:"a.attack)
print("瑟血:"a.level)
print("鱼血:"b.hp)
print("将攻:"c.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