Usuń listę wewnętrzną z zewnętrznej listy Python

[new_list] = [['a','b','c','d']]
print(new_list)
Yellowed Yacare