Dizideki en son elemani alma

33

my_list = ['a', 'b', 'c', 'd', 'e']

# print the last element
print(my_list[-1])

Comments

Submit
0 Comments