#9 - String Concatenation

String Concatenation






Now, we are going to do some addition operation with texts. Don't be confused. You will understand everything.

What is String Concatenation?

String Concatenation is simply joining two or more strings to form one string. To do so, we simply use the plus (+) symbol. Let's look at some of the example codes.








Caution: This methods only work on strings and trying them on different data types may lead to an unknown output or become a reason for errors in your code.

What is in our next step?

After learning so many things we are now going to make our first program of a calculator.

Calculator

Comments

Post a Comment

Popular posts from this blog

Comments

#1- Let's Learn Python In the least possible time