Computer Science, asked by asimanurag2014, 8 months ago

Find out the output of the following code if x=4: print(x<7 or 4>5)

Answers

Answered by rajat1352
0

Answer:

x<7

True

Explanation:

This is the output....

Similar questions