Open DiThi opened 7 years ago
Specifically, in Python == is not the same as is, and isnt doesn't exist. The others (and, or, not) would remain the same. This can help people that codes in both languages every day.
==
is
isnt
and
or
not
Specifically, in Python
==
is not the same asis
, andisnt
doesn't exist. The others (and
,or
,not
) would remain the same. This can help people that codes in both languages every day.