Computer Science

Can you add two strings? What effect does ' + ' have on strings?

Python String Manipulation

14 Likes

Answer

Yes two strings can be added using the '+' operator. '+' operator concatenates two strings.

Answered By

10 Likes


Related Questions