pythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 25 days agopython is great.programming.devimagemessage-square4fedilinkarrow-up13arrow-down11
arrow-up12arrow-down1imagepython is great.programming.devpythonthesnek@programming.dev to Programmer Humor@programming.devEnglish · 25 days agomessage-square4fedilink
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up1·23 days 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