bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 days agoThe meaning of thisimagemessage-square70linkfedilinkarrow-up1534arrow-down114
arrow-up1520arrow-down1imageThe meaning of thisbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 days agomessage-square70linkfedilink
minus-squarePyro@programming.devlinkfedilinkarrow-up1·2 days agoBut python lists are not like the base arrays in other languages. They function more like List<> or vector (C++ had to be special) and are named appropriately.
But python lists are not like the base arrays in other languages. They function more like
List<>
orvector
(C++ had to be special) and are named appropriately.