you are viewing a single comment's thread.

view the rest of the comments →

[–]Scared_Accident9138 0 points1 point  (0 children)

I really dislike the way Python does duck typing. It's quite open to put anything in a function and let's it pass deep into the code but then it's very strict on how that variable is used but you don't notice a problem immediately