Mr. Developer

What is the output of the following python code?
var1 = 1
var2 = 2
var3 = "3"

print(var1 + var2 + var3)

1 year ago | [YT] | 3