Thank you for the help, it was really convenient.
From: ALAN GAULD
To: Mariel Jane Sanchez
Cc: "tutor@python.org"
Sent: Tuesday, April 9, 2013 6:29:57 PM
Subject: Re: [Tutor] Chapter 3 Projects
Forwarded to group. Please use ReplyAll when res
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/
_
On 04/09/2013 08:29 PM, ALAN GAULD wrote:
Forwarded to group. Please use ReplyAll when responding to tutor posts.
From: Mariel Jane Sanchez
To: Alan Gauld
Sent: Wednesday, 10 April 2013, 1:06
Subject: Re: [Tutor] Chapter 3 Projects
Thank you so much, I
Forwarded to group. Please use ReplyAll when responding to tutor posts.
>
> From: Mariel Jane Sanchez
>To: Alan Gauld
>Sent: Wednesday, 10 April 2013, 1:06
>Subject: Re: [Tutor] Chapter 3 Projects
>
>
>
>Thank you so much, I finally
On 24/03/13 23:38, Mariel Jane Sanchez wrote:
thing especially when I put 100, my typed phrase "Good Score" shows
up when "Very Impressive" is the appropriate phrase to go with that
score. And when I put in a negative score it says the same thing instead
of saying it's an invalid score. How
On 03/24/2013 07:38 PM, Mariel Jane Sanchez wrote:
Hi, I'm sort of new to Python. I'm taking Computer Science 10 and I'm now on
Chapter 3. I don't really get how to do the first three projects.
Okay, so for the first project, I don't know how to input the ranges like 0-999, 1000-, 1+
a
Hi, I'm sort of new to Python. I'm taking Computer Science 10 and I'm now on
Chapter 3. I don't really get how to do the first three projects.
Okay, so for the first project, I don't know how to input the ranges like
0-999, 1000-, 1+ and even the negatives. Like when I run it on the
she