fork(3) download
  1. numbers = map(int, "19 01 23 75 03 34".split())
  2. print numbers
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
[19, 1, 23, 75, 3, 34]