In article <506eb405-eb07-4175-9efb-40475caba...@googlegroups.com>, John Mordecai Dildy <jdild...@gmail.com> wrote:
> Current Problem at the moment > > Traceback (most recent call last): > File "ex26.py", line 66, in <module> > beans, jars, crates = secret_formula(start-point) > NameError: name 'start' is not defined > > anyone know how to make start defined You gotta give us more to go on than that. Adding a line: start = 0 right before line 66 will make it defined, but it's almost certainly not what you want. Give us a little context. What value did you expect start would have? -- http://mail.python.org/mailman/listinfo/python-list