Choose the correct option according to Python Version 2.7
What is the output of this python code?
print (7 > 10)
print (4 < 16)
print (4 == 4)
print (4 <= 4)
print (4 != 4)
Answers
Answered by
0
Answer:
false
true
true
true
false
Explanation:
Similar questions
Math,
2 months ago
Hindi,
4 months ago
Math,
4 months ago
Physics,
10 months ago
Social Sciences,
10 months ago