Run
my_list = ["apple", "banana", "cherry"] first_element = my_list[0] print(f"First element : {first_element}")
Output