Question: Task 4 ] - It All Comes Together ( 3 0 % ) You are allowed to use try / except blocks in Task 4
Task It All Comes Together
You are allowed to use tryexcept blocks in Task
You have worked over the last three tasks to create the runner's assertion with various classes.
Now, you must create a command line interface that ties it all together.
You have been given a minimal scaffold in this task. There are no automated tests in this task and the markers will manually check this.
Your task is as follows:
Create the code for the main method in the scaffold.
i The user should be able to create a runner from scratch ie enter the name, age, country, speeds, etc. The input should be just one string that contains the nameagecountryspeeds Please see the example below.
ii The user should be able to choose how many rounds the competition should run for, as well as the distances for the short races and marathons in the competition. The input should be the same ie commaseparated Please see the example below.
Document the methods given in the scaffold.
Ensure that your code will not break under most circumstances by using try and except blocks to handle the custom errors we have defined in this assignment.
Write a testing harness under the file testtaskpy that runs basic checks.
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
