Computer Science, asked by harsh457211, 11 months ago


Write the output for
a. a=10
b=20
print(a>10 and b<40)​

Answers

Answered by itsmeabhinav
1

Answer:

Sopln (a>10 and b<40)

Explanation:

False

Answered by AMAANSAJS
2

The answer of ( a>10 and b<40 ) = false

Similar questions