fork download
  1. string = 'X-DSPAM-Confidence:0.8475'
  2. number = float(string.split(':')[1])
  3. print(number)
Success #stdin #stdout 0.03s 9660KB
stdin
Standard input is empty
stdout
0.8475