Programming (Year 12)
Strings
What is the result of the expression 'Hello' + 'World' in Python?
Hello World
HelloWorld
Error
Hello World!