Programming (11th Grade)
String Operations
What is the output of this code? print('Hello' + ' World')
Hello World
HelloWorld
Hello+World
Hello*World