fork(3) download
  1. a, b, c = input('informe 3 numeros: ').split(" ")
  2. print(a, '', b, '', c)
  3.  
  4. #https://pt.stackoverflow.com/q/427259/101
Success #stdin #stdout 0.02s 9272KB
stdin
1 2 3
stdout
informe 3 numeros: 1  2  3