pythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 8 months agopython is great.programming.devimagemessage-square4fedilinkarrow-up19arrow-down12
arrow-up17arrow-down1imagepython is great.programming.devpythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 8 months agomessage-square4fedilink
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up2·8 months agoFor the last time, Python is not weakly typed. It is dynamically typed. The statement 5 + "hello" results in a type error. Bash is weakly typed, and that same addition results in 5hello
For the last time, Python is not weakly typed. It is dynamically typed. The statement
5 + "hello"
results in a type error. Bash is weakly typed, and that same addition results in5hello