acm-mjct / Utilities

8 stars 86 forks source link

Concatination of 2 strings in python #328

Closed TAHINIYATH closed 1 year ago

TAHINIYATH commented 1 year ago

input : str1: hello str2: world output : helloworld

Describe approach to solve the issue.