Run
my_list = [10, 20, 30, 40] first_element = my_list[0] print(f"First element : {first_element}")
Output