Home Posts Topics Members FAQ
Post your question to a community of 470,607 developers. It's quick & easy.
I want to double a string by using 'for' loop in a special way for example: Expand|Select|Wrap|Line Numbers string1 = 'abc' #after doubled string1 = 'aabbcc' anyway, in python what does "+=" mean?
Sign in to post your reply or Sign up for a free account.