Hacker News new | ask | show | jobs
by AsthmaBoy 7 days ago
Python is dynamically, strongly typed. It cares a lot about the types of its objects, you can't just mix and match at will.

Perhaps you meant statically typed?

1 comments

Oops thank you, I did mean static. I should know better as I am a cpp fan. Updated.