qw="you are a hero" d=qw.split(' ') print(d) c=qw.join("+") print(c) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

qw="you are a hero" d=qw.split(' ') print(d) c=qw.join("+") print(c)

What is a error in this,can any one help me.

16th Apr 2020, 10:15 AM
somanadh
1 Answer
+ 1
What your trying to get here? mention that also.. c="+".join(qw) print(c) c="+". join'(d) print(c)
16th Apr 2020, 10:24 AM
Jayakrishna 🇮🇳