Commit 57bfa839 by BellCodeEditor

auto save

parent fad27271
Showing with 11 additions and 0 deletions
class ZuoZi:
def __showinit__(self,length,width,height);
self.length=length
self.width=width
self.height=height
s=ZuoZi(1,2,3)
b=ZuoZi(3,2,1)
print(ZuoZi.length)
print(b)
Breakpoint
\ 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