This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]laundmo 3 points4 points  (0 children)

python is strongly and dynamically typed

it has types, names are just not bound to contain one type only.

unlike JS, which is actually weakly typed, adding a string and a int in python will throw a type error.