Advertisements
Advertisements
प्रश्न
Give the output of the following when num1 = 4, num2 = 3, num3 = 2.
print(10 != 9 and 20 >= 20)
टीपा लिहा
Advertisements
उत्तर
print(10 != 9 and 20 >= 20)
print(True and True)
print(True)
Therefore, the output will be 'True'.
shaalaa.com
Relational Operator (>,>=,<=,=,!=)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
