Programming (11th Grade)
String Manipulation
What will the following code snippet print? print('Hello ' + 'World!')
Hello World!
HelloWorld!
Hello + World!
Error
Next