combine two strings in Python

 combine two strings in Python

string concatenation means adding two string and it can be done with the help of “+” operator in Python. with the help of an example it will be more clear so let’s see an exapmle of it.

Example :-

  1. x="How" 
  2. y="are you?" 
  3. print(x+y) 

Comments

Popular posts from this blog

Programmingshark index 6

Proassignmenthelp index 12

Proassignmenthelp index 27