Posts by Heudmann • 41 points
1 post
-
4
votes7
answers52205
viewsA: Is there a way to print everything without breaking the line?
Buddy, I thought of something much simpler. I created a Function to receive a parameter, and use it with print() and end="": def printf (text): print(text, end="") And so, every time I want to write…