Programming (12th Grade)
String Manipulation
What will be the result of 'Hello' + 'World' in Python?
HelloWorld
Hello World
Hello+World
Error