What is the output of the following code?
x = 10y = 5z = x + yprint(z)
10
15
"10+5"
Error
This question is part of this quiz :