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