question about function not executing
Jussi Salmela
tiedon_jano at hotmail.com
Sun Nov 26 21:21:02 CET 2006
Ara Kooser wrote:
<snip>
> When I run the python program it works fine until I try to go west
> from my inital start room. I get the room description but no raw_input
> prompt. I just get dumped back to >>> in the python shell. I think I
> am missing something simple. I pasted in the code below. I am using
<snip>
You've got at least 2 places that read
prompt_meadow1
instead of
prompt_meadow1()
like they should.
Cheers,
Jussi
More information about the Python-list
mailing list