Write the output of the following code
segments in Python Language.
a = 400
b = 600
print(a > 500 and b > 1000
Answers
Answered by
0
Explanation:
a = 400
b = 600
print(a > 500 and b > 1000)
output : False
Similar questions
Math,
4 months ago
Computer Science,
4 months ago
Political Science,
4 months ago
English,
8 months ago
Math,
8 months ago
Social Sciences,
1 year ago
English,
1 year ago