pythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 1 month agopython is great.programming.devimagemessage-square9fedilinkarrow-up147arrow-down111
arrow-up136arrow-down1imagepython is great.programming.devpythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square9fedilink
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up6·1 month 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