Re: [Tutor] Concatenating Strings

2012-05-28 Thread Jeremy Duenas
t now. From: brian arb [mailto:brianjames...@gmail.com] Sent: Monday, May 28, 2012 7:22 PM To: Jeremy Duenas Cc: tutor@python.org Subject: Re: [Tutor] Concatenating Strings Your right that example from the book is a terrible example the point or the reason to concatenating strings. here

[Tutor] Concatenating Strings

2012-05-28 Thread Jeremy Duenas
I am trying to understand the point behind using the '+' character when trying to concatenate strings. I am new to learning Python and going through the book "Python Programming for Absolute Beginners 3rd ed." and do not understand the point or reason for concatenating strings. The reason I do no