Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Class object1:
  2. "Description"
  3. objcountvariable = 0
  4.  
  5. def __init__(self,attribute1, attribute2):
  6. self.attribute1
  7. self.attribute2
  8.  
  9. def func1(self):
  10.  
  11.  
  12. def func2(self):
  13.  
  14. Class object2:
  15. "Description"
  16. objcountvariable = 0
  17.  
  18. def __init__(self,attribute1, attribute2):
  19. self.attribute1
  20. self.attribute2
  21.  
  22. def func1(self):
  23.  
  24.  
  25. def func2(self):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement