Concatenate strings in python 2.4

Posted by michelle on Stack Overflow See other posts from Stack Overflow or by michelle
Published on 2010-04-26T06:58:09Z Indexed on 2010/04/26 7:03 UTC
Read the original article Hit count: 243

Filed under:
|

Python newbie question

How to concatenate strings in python like

Section = 'C_type'

Concatenate it with 'Sec_' to form the string :

Sec_C_type

© Stack Overflow or respective owner

Related posts about python

Related posts about string