# Define a list my_list = [10, 20, 30, 40, 50] # Access and print each element using a for loop for item in my_list: print(item)