Python idee


SUBMITTED BY: bitcoinsachen

DATE: Oct. 22, 2016, 5:14 p.m.

FORMAT: Python 3

SIZE: 99 Bytes

HITS: 695

  1. import re
  2. ...
  3. my_list = []
  4. for line in f:
  5. my_list += re.findall('snRate (\d.?\d+)', line)

comments powered by Disqus