Let me say I have a program with 'n' number of lines of input. In that input , each line consist of two space seperated values, let's say first one is the salary of the employee and second one will be the name of the employee
46000 Sabarish
30000 Santhosh
31000 Shalini
14700 Suresh
This is an example of my input.
So, how to read this kind of input in python ? Please help me with this!