Re: learn python the hard way exercise 42 help

2011-03-30 Thread Raymond Hettinger
On Mar 30, 6:48 am, neil harper wrote: > http://pastie.org/1735028 > hey guys play is confusing me, i get how next gets the first room, which > is passed when the instance of Game() is created, but how does it get > the next room? It might help show calling patterns if you added print statements

Re: learn python the hard way exercise 42 help

2011-03-30 Thread eryksun ()
On Wednesday, March 30, 2011 9:48:29 AM UTC-4, neil harper wrote: > http://pastie.org/1735028 > hey guys play is confusing me, i get how next gets the first room, which > is passed when the instance of Game() is created, but how does it get > the next room? > > thanks Each room is a method of Gam

learn python the hard way exercise 42 help

2011-03-30 Thread neil harper
http://pastie.org/1735028 hey guys play is confusing me, i get how next gets the first room, which is passed when the instance of Game() is created, but how does it get the next room? thanks -- http://mail.python.org/mailman/listinfo/python-list