Computer Science, asked by crxyonyt, 5 months ago

What will be the output of the following code?
x = 30
y = 20
d = x + y
print(y)
print(d)

Answers

Answered by tejbahadurbharti386
1

D . x+ y

so. 30+ 20

D = 50

I hope it's help you

Similar questions