This is the presentation associated with the python comparison operators video.
[dflip id=”2297″ ][/dflip]
Python Comparison Operators Video Question
This is the question that was asked in the python comparison operators video
Question : What is the output of the following code(True/False):
In [ ]:
print ('1.0' == 1)
[bg_collapse view=”button-blue” color=”#ffffff” icon=”eye” expand_text=”Show Answer” collapse_text=”Hide Answer” ]
In [1]:
print ('1.0' == 1)
[/bg_collapse]