CODE How to add 2 strings and print it >>> a="joe warren is" >>> b="52 years old" >>> c=a+" "+b >>> print(c) Output: joe warren is 52 years old
No comments:
If you have any doubt or query ,comment below: