def function3(): my_list = [100, 200, 300, 400, 500] print(my_list[5]) function3()