+ 1
pig latin coadcoach
https://code.sololearn.com/cszZpuB1J6Fi/?ref=app I want the result to be in one line
4 Antworten
+ 4
print() has another parameter "end". By default, end="\n" which is a new line character.
All you have to do is replace it with a blank, like this:
https://code.sololearn.com/c43K2gQY1XT7/?ref=app
+ 1
Aymane Boukrouh [INACTIVE] add a space to end=" ", so that they will be space between words
+ 1
Can you explain me this bro?
0
tried to change the list into a string but it doesn't work for me