How to print in the same line instead of multiple lines?

When I was trying to print my content in the same line using the print function, it was printing in the new line. I have found a code that helps me print the content in the same line, but it is using Python module. Here is the code below:

I believe there are many other built-in methods available to print the content in the same line instead of multiples. If you know any, share it with me.