Difference between revisions of "User:TheyCallMeTim13"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
</pre> --> | </pre> --> | ||
− | <p style="white-space:pre;font-family:'Lucida Console';display:block;overflow-x:auto;padding:0.5em;background:rgb(35, 36, 31);color:rgb(248, 248, 242);"><span style="color:rgb(249, 38, 114);">class</span> <span style="color:rgb(248, 248, 242);">Person</span>(<span style="color:rgb(248, 248, 242);">Parents</span>): | + | <p style="line-height:1.15em;white-space:pre;font-family:'Lucida Console';display:block;overflow-x:auto;padding:0.5em;background:rgb(35, 36, 31);color:rgb(248, 248, 242);"><span style="color:rgb(249, 38, 114);">class</span> <span style="color:rgb(248, 248, 242);">Person</span>(<span style="color:rgb(248, 248, 242);">Parents</span>): |
<span style="color:rgb(117, 113, 94);">## "Life is really simple, </span> | <span style="color:rgb(117, 113, 94);">## "Life is really simple, </span> | ||
<span style="color:rgb(117, 113, 94);">## but we insist on making it complicated."</span> | <span style="color:rgb(117, 113, 94);">## but we insist on making it complicated."</span> |
Revision as of 09:03, 17 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()