Programming (Year 12)
Strings
What is the result of the following code snippet: print('Hello' + 'World')?
Hello World
HelloWorld
Hello+World
Error
Next