Question: In Python 3.6: - Code the minion method, create a test set for the method, and do a Big(O) runtime analysis. - Have one file
In Python 3.6:
- Code the minion method, create a test set for the method, and do a Big(O) runtime analysis.
- Have one file containing the minion methods and one file that contains a unittest suite for the methods.
6 minion methods to code:
1. a minion that prompts user for a number until user gives numeric value.
2. a minion that prompts user for a dictionary key and value until user enters a blank key.
3. Minion to check for duplicates in a list of integers and returns a boolean value.
4. Translates to/from pig latin
5. A minion that asks the user a positive integer, if the user gives something else, it will keep asking until it gets one
6. Minion that determines which numbers are prime within a range.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
