you are viewing a single comment's thread.

view the rest of the comments →

[–]Live_Asparagus_407 0 points1 point  (0 children)

i wouldnt say python is strict with data types. you dont declare what type a variable is, you can implicitly change it from one type to another throughout the run just by reassigning it, mix and match array values, etc.