>>> print float(3.0) is float(3.0) True >>> print float(3.0 * 1.0) is float(3.0) False >>>
Thanks, Tobiah -- Posted via a free Usenet account from http://www.teranews.com -- http://mail.python.org/mailman/listinfo/python-list
>>> print float(3.0) is float(3.0) True >>> print float(3.0 * 1.0) is float(3.0) False >>>
Thanks, Tobiah -- Posted via a free Usenet account from http://www.teranews.com -- http://mail.python.org/mailman/listinfo/python-list