tutorial.eyehunts.com
Input split Python | Example code
If you want to split input by space or any other splitter then just use the split method with the input function in Python.
Rohit