No Error; No Output...Nothing

Chris Angelico rosuav at gmail.com
Tue Oct 21 17:49:15 EDT 2014


On Wed, Oct 22, 2014 at 8:44 AM, ryguy7272 <ryanshuell at gmail.com> wrote:
> So, anyway, I hit F5, and it seems to run, but it doesn't really do anything.

It defines a few functions, but nothing ever calls them, so you won't
see much out of it :) Try adding some code at the bottom that actually
calls one of your functions, providing constants for whatever
parameters it needs.

ChrisA



More information about the Python-list mailing list