write the output for the following code of statement using python programming
a=10
b=20
print(a>10 and b<40)
Answers
Answered by
0
Answer:
Please provide the full code.
Similar questions