This is the presentation associated with the python comparison operators video.
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)