Question: This program will work with two text files, user.bxt and tasks.bxt . Open each of the files that accompany this project and take note of
This program will work with two text files, user.bxt and tasks.bxt Open each of the files that accompany this project and take note of the following:
tasks.txt stores a list of all the tasks that the team is working on Open the tasks.txt file that accompanies this project. Note that this text file already contains data about two task. The data for each task is stored on a separate line in the text file. Each line includes the following data about a task in this order:
The username of the person to whom the task is assigned.
The title of the task.
A description of the task.
The date that the task was assigned to the user.
The due date for the task.
Either a 'Yes' or No value that specifies if the task has been completed yet.
user.txt stores the username and password for each user that has permission to use your program taskmanager.py Open the
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
