Код: Выделить всё
name, position = files.name, pos
Код: Выделить всё
name = files.name
position = pos
Код: Выделить всё
name, position = extract_details()
Подробнее здесь: https://stackoverflow.com/questions/784 ... n-single-l
Код: Выделить всё
name, position = files.name, pos
Код: Выделить всё
name = files.name
position = pos
Код: Выделить всё
name, position = extract_details()