Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Python idee
SUBMITTED BY:
bitcoinsachen
DATE:
Oct. 22, 2016, 5:14 p.m.
FORMAT:
Python 3
SIZE:
99 Bytes
Raw
Download
Tweet
HITS:
699
Go to comments
Report
import
re
...
my_list
=
[]
for
line
in
f
:
my_list
+=
re
.
findall
(
'snRate (\d.?\d+)'
,
line
)
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus