@bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish • 8 days agoThe meaning of thislemmy.mlimagemessage-square72fedilinkarrow-up1539arrow-down115
arrow-up1524arrow-down1imageThe meaning of thislemmy.ml@bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish • 8 days agomessage-square72fedilink
minus-square@Pyro@programming.devlinkfedilink1•5 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-squareSolNinelinkfedilink1•14 hours 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.