On Aug 10, 2012, at 3:52 PM, Chuck <[email protected]> wrote: > if __name__ == '__main__': > > quiz() > >
You need to instantiate your class:
foo = ElementsQuiz()
foo.quiz()
Pedro
-----
http://pedrokroger.net
http://musicforgeeksandnerds.com
--
http://mail.python.org/mailman/listinfo/python-list
