Programming (Year 11)
String Manipulation
What will be the output of the following code: print('Hello' + ' World')?
Hello World
HelloWorld
Hello + World
Error