"Ara Kooser" <[EMAIL PROTECTED]> wrote
> File "/Users/ara/Documents/yeast/oop_yeast_nocaps.py", line 87, in
>
>first_instance.print_world()
> File "/Users/ara/Documents/yeast/oop_yeast_nocaps.py", line 40, in
> print_world
>m, n = world['dimensions']
> NameError: global name 'world'
So taking the advice given my John, Kent, and Michael I reworked
the program and created a class for world. I was able to solve the
first several errors that came up as a I moved functions into class
methods but this one stumps me. The error I am getting is:
Traceback (most recent call last):