Home / Python Tips Generated By ChatGPT / Using Tuples for Immutable Ordered Collections in Python Store ordered collections that cannot be changed. Source Code point = (10, 20) print(point[0])