Guest User

Untitled

a guest
Dec 9th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.58 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. class Teddy:
  4.     def __init__(self):
  5.         self.hasAIDS = False
  6.         self.alive = True
  7.         self.age = 21
  8.         self.booze = []
  9.         self.cash = 1000000
  10.    
  11.     def _findHooker(self):
  12.         problem = ''
  13.         for monies in self.cash:
  14.             problem = '?'
  15.             self.hasAIDS = True
  16.  
  17.     def life(self):
  18.         for ball in scrotum:
  19.             self._findHooker()
  20.         self.alive = False if self.hasAIDS else True
  21.  
  22. if __name__ == '__main__':
  23.     tedsLife = Teddy()
  24.     while tedsLife.alive:
  25.         tedsLife.life()
Add Comment
Please, Sign In to add comment