как сказать, есть ли в списке значение больше x
#python-3.x Вопрос: # ... if 'percentageOff' in response.text: data = response.json() tree = objectpath.Tree(data['products']) percent = tuple(tree.execute('$..percentageOff')) disc = [percent,ids] discounts.append(list(disc)) print(discounts) break # ... я пытался положить for i…