+ 1
how can print it in a line ?
I have to print it in one line but it still splitting.. https://code.sololearn.com/cMWRL9x8em4b/?ref=app
2 Answers
+ 4
I asked similar question 11months ago, you might find your answer theređ
https://www.sololearn.com/Discuss/1961573/?ref=app
+ 1
add end=" " to the print statement
print(x + g[0] +"ay",end=" ")