Mega Code Archive

 
Categories / Python Tutorial / Introduction
 

If you add a comma at the end, your next print statement will continue printing on the same line

print 'Hello,',  print 'world!'