Computer Science (Year 8)
Code Output
What will be the output of the following code? name = "Ahmed" print("Hello " + name)
Hello name
Hello Ahmed
Ahmed
"Hello Ahmed"
Next