What will be the output of the following code?
x = 30
y = 20
d = x + y
print(y)
print(d)
Answers
Answered by
1
D . x+ y
so. 30+ 20
D = 50
I hope it's help you
Similar questions