Vedran Čačić <ved...@gmail.com> added the comment:

Python _is_ strongly typed. As soon as you try to use that 0.005 as an index 
into a list or something else that requires an int, you'll get a TypeError. 
Strong typing is not the same as static typing. It is a common misconception.

And common sense is always common to something. For humans it is common sense 
that we have two eyes, but it's not common to spiders. As I said, what is 
common sense in statically typed languages is not necessarily common to Python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to