What is the output of this program?first = "Monday, "second = "the 10th"print(first + second)(1 point)ResponsesMonday, + the 10thMonday, + the 10thfirst + secondfirst + secondMonday, the 10thMonday, the 10than error message

1 answer

The output of the program is:

Monday, the 10th

So the correct response is:

Monday, the 10th