Try this exercise. Click the correct answer from the options.
The output to the following code block in Python will be,
1let name = "Sara";
2let age = "12";
3console.log(name + age);Click the option that best answers the question.
- Sara12
 - Sara 12
 - sara 12
 



