Commit 7354313c by BellCodeEditor

save project

parent 210ad4ec
Showing with 531 additions and 0 deletions
class Hero:
def __init__(self):
self.lever=1
self.hp=100
self.attact=99
bailishouyue=Hero()
kai=Hero()
bailishouyue.hp=60
kai.hp=50
kai.lever=999999
print(kai.lever)
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