Write the output for
a. a=10
b=20
print(a>10 and b<40)
Answers
Answered by
1
Answer:
Sopln (a>10 and b<40)
Explanation:
False
Answered by
2
The answer of ( a>10 and b<40 ) = false
Similar questions