tutorials
Working with Tuples in Python
Learn about Python tuples, an immutable sequence type, including tuple operations, packing and unpacking, and comparisons with lists.
2 articles tagged with "Tuples"
Learn about Python tuples, an immutable sequence type, including tuple operations, packing and unpacking, and comparisons with lists.
Learn about Python tuples, an immutable data type, including tuple operations, packing and unpacking, and how tuples compare to lists.