[Tutor] Chapter 3 Projects

Alan Gauld alan.gauld at btinternet.com
Wed Apr 10 10:14:13 CEST 2013


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/



More information about the Tutor mailing list