What will be the output of the following code?
print( (3 < 1) and (4/0 > 1))
1.False
2.True
3.Run-time error
4.None of the above
Answers
Answered by
2
Answer:
The output of the given code is false
Answered by
0
Answer:
1, False
Explanation:
the output of the following? (3 < 1) and (4/0 > 1) is false .
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Physics,
11 months ago