Re: [Tutor] Python Puzzles
J.Gabriel Schenz wrote: > there was a collection of Python puzzles that one could work > on, and in order to move on to the next puzzle one had to solve the > current puzzle. Are these still out there some where? You'll find the Python Challenge here - http://www.pythonchallenge.com/ Graeme ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] idle shell command recall
rio wrote: > is there any way from the idle shell to recall the last line(s) of code > entered like or does for DOS prompt or BASH? Alt + P = History Previous Alt + N = History Next Also in the menu, if you go to Options > Configure IDLE > Keys, you'll find a list of all the available key options. Graeme ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor