Guest User

Untitled

a guest
Nov 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class aclass:
  2. '''other functions'''
  3.  
  4. def change_func(self):
  5. '''function magic'''
  6. '''creates list'''
  7.  
  8. x = aclass() '''x is variable with attributes'''
  9. x.change_func() '''x is changed to list'''
  10. print(x)
Add Comment
Please, Sign In to add comment