Commit b6c79810 by BellCodeEditor

auto save

parent 53f1a088
Showing with 9 additions and 0 deletions
class Hero:
def __init__(self,HP,ACCTAK,SPEED):
self.HP=HP
self.ACCTAK=ACCTAK
self.SPEED=SPEED
keqing=Hero(114514,9999,648)
print(keqing.HP)
print(keqing.ACCTAK)
print(keqing.SPEED)
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