News

Create a Tuple Create a tuple with the names of your favorite cities and print it. Access First Item in Tuple Given a tuple cities = ('New York', 'Paris', 'Tokyo'), print the first item in the tuple.