The opposite of new line | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

The opposite of new line

What if I printed two times and I want the second print to be in the row of the first one? without using the same print()

14th Feb 2017, 6:59 PM
אלעד מועדים
אלעד מועדים - avatar
1 ответ
+ 1
print("Hello", end=' ') print ("World!") Hello World!
14th Feb 2017, 10:23 PM
LordHill
LordHill - avatar