fork download
  1. i = input().split
  2. print (i)
  3.  
Success #stdin #stdout 0.04s 9676KB
stdin
123 4 y hhj
stdout
<built-in method split of str object at 0x153ee35b8a30>