[Tutor] The magic parentheses

2010-01-23 Thread David Hutto
Hi, This is my first post to the list, so tell me if I'm posting incorrectly. I'm creating a script, http://python.codepad.org/mHyqbJ2z that gives the area of two circles, based on their radius, and displays the difference between the two results. My problem is when the results are printed, I

Re: [Tutor] The magic parentheses

2010-01-23 Thread Lie Ryan
On 01/24/10 17:14, David Hutto wrote: > Hi, > > This is my first post to the list, so tell me if I'm posting incorrectly. > > I'm creating a script, http://python.codepad.org/mHyqbJ2z that gives the area > of two circles, based on their radius, and displays the difference between > the two resu

Re: [Tutor] The magic parentheses

2010-01-23 Thread Hugo Arts
On Sun, Jan 24, 2010 at 7:14 AM, David Hutto wrote: > Hi, > > This is my first post to the list, so tell me if I'm posting incorrectly. > > I'm creating a script, http://python.codepad.org/mHyqbJ2z that gives the > area of two circles, based on their radius, and displays the difference > between

Re: [Tutor] The magic parentheses

2010-01-23 Thread Alan Gauld
"David Hutto" wrote This is my first post to the list, so tell me if I'm posting incorrectly. You are doing fine. Welcome. My problem is when the results are printed, I get this: >>> ('Variable 2,', 490.0, 'is greater than', 'Variable 2,', 8.0, '.') The parentheses, as well as the apos