You are viewing a single comment's thread. Return to all comments →
Problem Description
Given two strings "str1" and "str2" your task is to concatenate the two strings and print the resultant concatenated string. Input Format
Two strings namely, str1 and str2 Output Format
str1 and str2 joined together Sample Input
str1 = Hello str2 = World Sample Output
HelloWorld
Seems like cookies are disabled on this browser, please enable them to open this website
Say "Hello, World!" With Python
You are viewing a single comment's thread. Return to all comments →
Problem Description
Given two strings "str1" and "str2" your task is to concatenate the two strings and print the resultant concatenated string. Input Format
Two strings namely, str1 and str2 Output Format
str1 and str2 joined together Sample Input
str1 = Hello str2 = World Sample Output
HelloWorld