Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. class Ed(object):
  2.     @staticmethod
  3.     def emit():
  4.         rubbish = ["Random shit", "Something redundant", KeyError]
  5.        
  6.         while rubbish:
  7.             yield rubbish.pop(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement