Question: 2 4 . Overview of Exercise 5 In this exercise, you will implement a function using your choice of if statement, if - else statement,
Overview of Exercise
In this exercise, you will implement a function using your choice of if statement, ifelse statement, or ifelif statement. Unlike previous exercises, we will not give you explicit guidance on how to implement this function. You should use your knowledge of Python to design the function on your own.
In the directory exercise there are two files: func.py and test.py The file func.py is a module with a function stub for validformat. You are to implement this function as specified. The file test.py is a fully completed test script to help you as you work on this function. Remember, to run a test script, you run it as a Python application:
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
