Is there a function to print without new line in python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is there a function to print without new line in python?

28th Jan 2016, 3:37 AM
Deiva
Deiva - avatar
1 ответ
+ 2
You can do the following: print('some text', end="")
23rd May 2016, 10:33 AM
James Flanders