On 10/04/13 04:11, Dave Angel wrote: >>> I'd do it like this >> >> score = raw_input('score? ') > > That would need to be: > score = int(raw_input('score? ') Oops, yes. Good catch. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/