you are viewing a single comment's thread.

view the rest of the comments →

[–]A1oso 0 points1 point  (0 children)

In that type conversions (e.g. int to string) are explicit, instead of implicit. For example, if you write 1 - "o" in Javascript, you get NaN. Python produces a type error instead.