Hi, I have 2 columns of data, separated by a space, which I am trying to import into 2 variables as a tuple. Each column as a variable.
I know the program would involve something using line.split() or line.strip() but I can't figure out how I would do it.
Also I was wondering if anyone knows a good way of pausing a program while it is running. My program runs in a terminal within a while loop. Is there some sort of clause in which i could pause and resume it with the space bar?
Thanks
Daniel