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