About print function appearing on a new line (from 10:10 of this video)
Applying end= ' ' to each strings from seperate lines, how does it show one two three four with space in one line? I got onetwothreefour
4 answers ( 0 marked as helpful)
Hey Daniel,
Thank you for reaching out!
Could you please share a screenshot of your code?
Kind regards,
365 Hristina
Hi,
Thank you for your response.
I attached the screenshot to this reply. ![]()
Hey Daniel,
Thank you for your reply!
What you should do is put space in between the quotation marks. That is, change the code to
end = ' '
Kind regards,
365 Hristina
Hi Hristina,
I learned something new that there was subtle difference to make space between.
Thank you for your help.![]()