Commit 26abccf3 by BellCodeEditor

save project

parent c8d77439
Showing with 9 additions and 0 deletions
class h:
def __init__(self,q,w,e):
self.l=0
self.n=q
self.h=w
self.a=e
s=h('百里守约',1000,10000)
print(s.h)
\ 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