+ 1

How can I join two strings. Like with one print command?

16th Sep 2016, 4:35 AM
A. K. M. Kawser Ahmed
A. K. M. Kawser Ahmed - avatar
4 Réponses
+ 1
print("One string and " + "another string")
21st Sep 2016, 5:20 AM
Ben Pryor
Ben Pryor - avatar
0
a='Hello' ,b='World' ,a+b='HelloWorld'
24th Sep 2016, 4:54 AM
sahan
0
print("str1","str2") also would do.
5th Nov 2016, 10:34 AM
Brody
0
thanx everyone
21st Nov 2016, 5:12 PM
A. K. M. Kawser Ahmed
A. K. M. Kawser Ahmed - avatar