Feb-05-2020, 03:34 PM
Index the list:
x = re.findall('<td\s+class\="text\-center">([0-9.,]+)</td>',x) print(x[2])
Print only nth line
|
|
Messages In This Thread |
Print only nth line - by AgileAVS - Feb-05-2020, 03:17 PM
RE: Print only nth line - by stullis - Feb-05-2020, 03:34 PM
RE: Print only nth line - by snippsat - Feb-05-2020, 03:47 PM
|