Question from the Python test

What is the output of the following Python code? ``` G = '123' print(G + 1) ```