Computer Science, asked by kashvic48, 18 days ago

18. Write the output of the following python program
X=20
X=X+5
X=X-10
print(x)
y=30
print(x>10 and y<40)

Answers

Answered by Anonymous
0

Answer:

15

True, True

Hope this helps you

Similar questions