Python String Concatenation
String Concatenation When we use the + operator with the numbers, we are just performing the addition. For example, 5 + 6 is 11. But what if we are using the same + operator with the strings? Well, this would be something called string concatenation. This simply means that we are joining the two strings. […]
Python String Concatenation Read More »