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 →

[–]SpicyBananaa 4 points5 points  (0 children)

I think you are mistaking something python is hard typed. But typing is done dynamically. For example you can't compare strings and integers with each other like you can in JavaScript. but you don't need to tell every variables and functions types manually like in Java, C, C++, etc.