Python - Input and Output
What is the default separator between items when using the
print() function with multiple arguments?print() function with multiple arguments?print(), Python inserts a space between them by default.sep parameter in print() is a space character.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions