Python - String concatenation

String concatenation is done by using + operator

'1' + '2'

'12'

Comments

Popular posts from this blog

Python - How to Escape special characters in String

Python - Argument Passing