Python Comparison Operators Presentation


This is the presentation associated with the python comparison operators video.

Download Presentation

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)
In [1]:
print ('1.0' == 1)
False