bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 14 days agoThe meaning of thislemmy.mlimagemessage-square72linkfedilinkarrow-up1537arrow-down114
arrow-up1523arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 14 days agomessage-square72linkfedilink
minus-squarePyro@programming.devlinkfedilinkarrow-up1·11 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.
minus-squareSolNine@lemmy.mllinkfedilinkarrow-up1·7 days agoAhh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.
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.Ahh thank you for that information! In all seriousness, I appreciate you correcting my ignorance.