Commit daa3746c by BellCodeEditor

save project

parent f47689a4
Showing with 10 additions and 0 deletions
class JnTm:
def __init__(self):
self.dj=1
self.xl=300
self.gj=50
yase=JnTm()
print('等级:'+str(yase.dj))
print('血量:'+str(yase.xl))
print('攻击力:'+str(yase.gj))
\ 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