Difference between revisions of "User:TheyCallMeTim13"
Jump to navigation
Jump to search
(Created page with 'Code Happy, Code Freely, Be Awesome. class Person(Parents): ## "Life is really simple, ## but we insist on making it complicated." ##…') |
|||
Line 1: | Line 1: | ||
Code Happy, Code Freely, Be Awesome. | 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 == | == External Links == | ||
* [http://matti2.com MattI2.com] | * [http://matti2.com MattI2.com] |
Revision as of 16:46, 10 March 2017
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()