Commit 5b04bd62 by BellCodeEditor

save project

parent f47689a4
Showing with 10 additions and 0 deletions
class diamonds:
def __init__(sefi):
sefi.level=1
sefi.hp=150
sefi.attack=50
午夜派对_旋转机枪 = diamonds()
print("午夜派对_旋转机枪的血量为:",午夜派对_旋转机枪.hp)
print("午夜派对_旋转机枪的攻击为:",午夜派对_旋转机枪.attack)
\ 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