Instant Hacking
Learn how to program with Python

Example Class

    class Oven:
        def insertSpam(self, spam):
            self.spam = spam

        def getSpam(self):
            return self.spam