Как спарсить информацию с двух тегов и записать в одну переменную(в порядке получения данных)?
changes = soup.find_all('div', class_='finance-currency-table__cell finance-currency-table__cell--change finance-currency-table__cell--up')
changes_ = soup.find_all('div', class_='finance-currency-table__cell finance-currency-table__cell--change finance-currency-table__cell--down')
Не так: '''changes.extend(changes_)'''
https://finance.rambler.ru/currencies/ На всякий случай
Источник: Stack Overflow на русском