Difference between revisions of "User:TheyCallMeTim13"
Jump to navigation
Jump to search
(→External Links) |
|||
Line 54: | Line 54: | ||
</p> | </p> | ||
− | |||
− | |||
− | |||
==== Syntax Highlighter ==== | ==== Syntax Highlighter ==== | ||
* [http://pinetools.com/syntax-highlighter pinetools.com/syntax-highlighter] | * [http://pinetools.com/syntax-highlighter pinetools.com/syntax-highlighter] |
Latest revision as of 21:30, 30 April 2018
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()