Python - Input and Output
Which of the following is the correct way to print the words Hello and World separated by a space?
print() separates items with spaces by default, so print('Hello', 'World') prints "Hello World".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions