The opposite of new line | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 1
print("Hello", end=' ') print ("World!") Hello World!
14th Feb 2017, 10:23 PM
LordHill
LordHill - avatar