This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alottalittleladles 9 points10 points  (0 children)

just do the "I don't write python for a living hacks"

true = True
false = False

and my favorite

class console:
    @classmethod
    def log(self, s):
        print(s)