Posts by Igor • 1 point
1 post
-
-2
votes2
answers87
viewsQ: Problem involving classes, vectors and tuples
Hi, I’m a little confused about the concept of lists and tuples in Python. In my research I noticed that tuple is a "kind of immutable list", but, despite the definition, I still can not…