I am making a script for a final project for class that is supposed to calculate the bill for a lawn mowing service. Everything works good except for one for loop. The for loop reads the input file for the customers name and addrass, the number of jobs, and the amount of hour/minutes for the jobs. The first round of the for loop works like it is supposed to, but on every following trip through it ignores the first 8 characters of the customers name. Instead of "Castor Julia Maude James" I get "ulia Maude James". Everything else works like intended. My code for the for loop is as follows: