pythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 2 months agopython is great.programming.devimagemessage-square2fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagepython is great.programming.devpythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square2fedilink
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up1·2 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