L
Laptopguy
I have a text file that has data in it like this:
test1 math
john score 0 0 0 0
test2 english
mary scrore 10 15 20 30
test3 history
simon score 23 17 21 30
test4 trig
peter score 15 17 22 21
I would like to write a function that will align the test with the scores so
it does not show on two lines. I would appreciate any assistance I can get.
test1 math
john score 0 0 0 0
test2 english
mary scrore 10 15 20 30
test3 history
simon score 23 17 21 30
test4 trig
peter score 15 17 22 21
I would like to write a function that will align the test with the scores so
it does not show on two lines. I would appreciate any assistance I can get.