Re: Algorithm. Tony Gaddis book 2 Starting python3

2013-01-28 Thread Gene Heskett
On Sunday 27 January 2013 13:05:27 george...@talktalk.net did opine: Message additions Copyright Sunday 27 January 2013 by Gene Heskett > Hi > Question 3 Chp2 Page 76 > Adds2 to a and assigns the result to b. > I have several attemtps,would like to check my answer.help please > At 80 i need all th

Re: Algorithm. Tony Gaddis book 2 Starting python3

2013-01-27 Thread shi
d. Subtracts 8 from and assigns the result to a this should read: "Subtracts 8 from b and assigns the result to a" Funny how none of the assignments involve a variable c, despite the question :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Algorithm. Tony Gaddis book 2 Starting python3

2013-01-27 Thread shi
Hello George, I found the book you're referring to via google (searching for: tony gaddis starting out with python). The question is this: 3. Write assignment statements that perform the following operations with the variables a,b and c. a. Adds 2 to a and assigns the result to b b. Multipli

Re: Algorithm. Tony Gaddis book 2 Starting python3

2013-01-27 Thread Michael Torrie
On 01/27/2013 09:29 AM, george...@talktalk.net wrote: > Hi > Question 3 Chp2 Page 76 > Adds2 to a and assigns the result to b. > I have several attemtps,would like to check my answer.help please > At 80 i need all the help i can find. > Thanks George Smart Awesome that you are learning Python! In

Re: Algorithm. Tony Gaddis book 2 Starting python3

2013-01-27 Thread Joel Goldstick
On Sun, Jan 27, 2013 at 11:29 AM, wrote: > Hi > Question 3 Chp2 Page 76 > Adds2 to a and assigns the result to b. > I have several attemtps,would like to check my answer.help please > At 80 i need all the help i can find. > Thanks George Smart > -- > http://mail.python.org/mailman/listinfo/python

Algorithm. Tony Gaddis book 2 Starting python3

2013-01-27 Thread george . 15
Hi Question 3 Chp2 Page 76 Adds2 to a and assigns the result to b. I have several attemtps,would like to check my answer.help please At 80 i need all the help i can find. Thanks George Smart -- http://mail.python.org/mailman/listinfo/python-list