I want to update an existing file.txt in Python, which has two columns, one for days, and one for time, so that it will sum up a new time in another column on the same file.
Sunday 07:00
Monday 07:35
Tuesday 05:35
Wednesday 06:45
Thursday 08:40
For example, adding 30 minutes:
Sunday 07:00 07:30
Monday 07:35 08:05
Tuesday 05:35 06:05
Wednesday 06:45 07:15
Thursday 08:40 09:10