Y
Hacker News
new
|
ask
|
show
|
jobs
by
lhjn
1944 days ago
Bad example, booleans in python are integer subclasses since forever... 2 + True = 3. Also, False in [1, 2, 0] evaluated to True. But you're still right saying python is strongly typed.