Код: Выделить всё
for item in list1:
print(item.amount)
print(item.total_amount)
for item in list2:
print(item.amount)
print(item.total_amount)
Есть ли способ сделать это, не теряя времени? п>
Подробнее здесь: https://stackoverflow.com/questions/352 ... er-another