Код: Выделить всё
tuples_list = [('John', 'Doe', 25), ('Alice', 'Smith', 32), ('Bob', 'Johnson', 40)]
Код: Выделить всё
[('John Doe', 25), ('Alice Smith', 32), ('Bob Johnson', 40)]
Подробнее здесь: https://stackoverflow.com/questions/792 ... -in-a-list