minus-squarePyro@programming.devtoProgrammer Humor@lemmy.ml•The meaning of `this`linkfedilinkarrow-up1·22 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. linkfedilink
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.