How to Print " Hello world " ( not Quotes) on the Same line,Using two Statements(not use any variable to hold values) in python3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Print " Hello world " ( not Quotes) on the Same line,Using two Statements(not use any variable to hold values) in python3

25th Aug 2019, 5:04 AM
Pushkar Singh Bisht
Pushkar Singh Bisht - avatar
1 Answer
+ 7
print("Hello", end=" ") print("World")
25th Aug 2019, 5:05 AM
Nikhil
Nikhil - avatar