Hi can any one help me with a problem that I have learning how to use the archives
I'm doing a test task , the test task is this: Tom has run runs every day and has recorded his results. He recorded the results for each day on a new line, so that each line represents each day that he has done "pull ups." He creates a program that takes the number n and outputs the result of the n-th days (starting from 0). Input example 4 Output example Day 4, 9 pull ups Remember the readlines () function that returns a list containing each line of the file as one element of the list. I don't know how to make that the info that the user put, take the exact line and show it. With a list i know how to do it but I don't know how to use the readlines function in order to use it in the code . The task is a PRO task, if anyone can help me , I'll appreciate it