P
P
pecenuska21352022-02-13 00:23:28
Python
pecenuska2135, 2022-02-13 00:23:28

How to parse an element that is below?

Example - https://www.e-katalog.ru/ek-list.php?katalog_=189=...
620824bf9eea6610017187.png
620824c3afc2e186743547.png
Each line has its own id, for example 31539. Ids go not in ascending order, but in random order. We need to get the id of the lowest element.
The crutch option is to write down the id of each element and assign them a number. But it will be too inconvenient for a large number of elements

. The available parameter is needed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yury Bondaruk, 2022-02-13
@pecenuska2135

The lowest - the last? if so, then parse it all into an array list. and then refer with [-1]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question