you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 11 months ago

Typing thing is way over blown. What did suck before Python 3 was indeterminate type result from the / operator. You never know if it would be integer or floating division looking at the code. Now it is floating.

  • source
  • parent