0
Help In this stuff
5 Respostas
+ 1
Alejandro47
I attached a little code adaptation in your code's comment section which I hope will explain your misunderstandings
+ 2
Alejandro47
print(word[0], end = "")
+ 2
Alejandro47
print function print values in new line so to avoid this we use end = ''
+ 1
Thanks but what end= "" means
I don't understand that or where I can see that
+ 1
Thanks I didn't see that anywhere