Back to quizzes
Python Fundamentals Quiz
Python | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the output of the following code: print('Hello' + 'World')?
A
HelloWorld
B
Hello World
C
Hello, World
D
Error