User:TheyCallMeTim13

From Cheat Engine
Revision as of 16:43, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with 'Code Happy, Code Freely, Be Awesome. class Person(Parents):   ## "Life is really simple, ## but we insist on making it complicated." ##…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code Happy, Code Freely, Be Awesome.

   class Person(Parents):
        
       ## "Life is really simple, 
       ## but we insist on making it complicated."
       ##      - Confucius
       def life(self):
           while self.alive():
                
               find(self)
                
               self.learn(World, People, Books)
               self.teach(All)
                
               if self.sad():
                   sad.stop(self)
                   print(self.smile())
                   self.dontWorry()
                   self.beHappy()
                
               self.beAwesome()
                
               self.code()
                

External Links