Commit 3e83f008 by BellCodeEditor

save project

parent a74af09a
Showing with 12 additions and 0 deletions
class Jojo:
def __init__(self, name, hp, attack):
self.level=1
self.name=name
self.hp=hp
self.attack=attack
baijinzhixing=Jojo("白金之星",56,1000000000)
shijie=Jojo("世界",162,10000000)
print("白金之星的血量为:",baijinzhixing.hp)
print("世界的血量为:",shijie.hp)
\ 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