Computer Science, asked by madmax86, 6 months ago

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 imtiyazallam
2

Answer:

The output of the given code is false

Answered by pk154640
0

Answer:

1, False

Explanation:

the output of the following? (3 < 1) and (4/0 > 1) is false .

Similar questions