Python | Variables Quiz | Question 7

Last Updated :
Discuss
Comments

What is the output of the following code?

x = 10
y = 5
z = x + y
print(z)

 10

15

"10+5"
 

Error

Share your thoughts in the comments