0

Help with python...again

, the words are smashed together(see code) https://code.sololearn.com/c1Fqu7cYcpO8/?ref=app

12th Apr 2022, 2:59 PM
『 ă‚·ć°șïŸ’ïŸ’ă€ (Inactive)
『 ă‚·ć°șïŸ’ïŸ’ă€ (Inactive) - avatar
2 Answers
+ 2
『Tank Dempsey 』◍ , it is easier to use comma to separate the output in print() function, because we don't need to handle "+" operator and spaces. try the code: name = input () #print ("hello " + name, "welcome to sololearn" ) print ("hello", name, "welcome to sololearn" )
12th Apr 2022, 5:44 PM
Lothar
Lothar - avatar