Re: [Tutor] Python Help with Program

2015-02-16 Thread Steven D'Aprano
Hi Tina, or Taylor, welcome! Sorry but your email "From" header says your name is Tina and your signature says Taylor so I'm not sure which name you prefer. On Sun, Feb 15, 2015 at 07:26:35PM -0600, Tina Figz wrote: > I'm having a problem with my program and I'm not sure how to correct it > (I'

Re: [Tutor] Python Help with Program

2015-02-16 Thread Mark Lawrence
On 16/02/2015 08:24, Alan Gauld wrote: On 16/02/15 01:26, Tina Figz wrote: I'm having a problem with my program and I'm not sure how to correct it (I'm in an intro programming class). My program is supposed two numbers and count the number of carry operations. This is what I have: n1 = int(ra

Re: [Tutor] Python Help with Program

2015-02-16 Thread Alan Gauld
On 16/02/15 01:26, Tina Figz wrote: I'm having a problem with my program and I'm not sure how to correct it (I'm in an intro programming class). My program is supposed two numbers and count the number of carry operations. This is what I have: n1 = int(raw_input('Number #1: ')) n2 = int(raw_inp