Programming (Year 11)
Strings
What will be the output of print('Hello' + ' World')?
Hello World
HelloWorld
Hello World!
Error