Home / Python Tips Generated By ChatGPT / Using Tuples for Immutable Sequences in Python Create an immutable ordered collection of items. Source Code coordinates = (10.0, 20.0) print(coordinates[0])