// Python list = [1,2,3] firstdigit = list[0] // 1 list = ['Hello', 'bye', 'Adios'] firstvalue = list[0] // 'Hello'