Guest User

Untitled

a guest
Apr 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class Jukebox(object):
  2. def __init__(self):
  3. self.songs = _get_stuff()
  4.  
  5. def _get_stuff(self):
  6. # iterate over something making sure
  7. # that the something has the attributes
  8. # that make it a instance of Song()
Add Comment
Please, Sign In to add comment