bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agoThe meaning of thislemmy.mlimagemessage-square70fedilinkarrow-up1537arrow-down114
arrow-up1523arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square70fedilink
minus-squarePyro@programming.devlinkfedilinkarrow-up1·2 months 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.