def view_mine(): num_task = 0 user_task = open("tasks.txt", "r+") for line in user_task: task_username, task_title, task_description, assign