#!/usr/bin/env python3

# t is a tuple
t = (5, 4, 7, 9, 13)

l = [7, 9, 11, 42, 1, 0]

# Convert to tuples

# Combine tuples

# Change elements of a tuple

# Iterate through elements of a tuple