On 19/03/12 17:56, Alan Gauld wrote: > Python 3.x > > raw_input("Hit any key to quit...") oops. Should be: input("Hit any key to quit...") -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/