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
English,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
Hindi,
5 months ago
Math,
5 months ago
Physics,
11 months ago
Social Sciences,
11 months ago