Difference between list, sequence and slice in Python?
Posted
by Jen
on Stack Overflow
See other posts from Stack Overflow
or by Jen
Published on 2010-05-27T11:24:52Z
Indexed on
2010/05/27
11:31 UTC
Read the original article
Hit count: 204
What are the differences between these built-in Python data types: list, sequence and slice? As I see it, all three essentially represent what C++ and Java call array.
© Stack Overflow or respective owner