Run
x = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'] item = x[4] print(item)
Output