Programming (Year 12)
String Manipulation
What will this code output: print('Hello' + ' ' + 'World')?
HelloWorld
Hello World
Error
Hello+ World