Q. What will print(‘Python’, ‘Programming’) output by default?

A
PythonProgramming
B
Python Programming
C
Python,Programming
D
Error
Solution:

print() with multiple arguments separates them with a space by default, displaying ‘Python Programming’.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!