Run
vowels = ('a', 'e', 'i', 'o', 'u') item = vowels[8] print(item)
Output