Q17Single correct3 Marks29 Oct 2023What is the output of the following snippet of code? ``` x = '1' + '2' + '3' print(x) ```A123B6C321D1, 2, 3