Python
Copy code
# Examples of tuples in Python
coordinates = (10, 20)
colors = ('red', 'green', 'blue')