Exercise in Python: Given the following problem and solution, write a test program, with test cases that you come up with on your own to verify the solution. Gather and log success and timing info for each individual test case run both to the console and to a unique file.
Use at least 10-15!! test cases
expected output:
Test Case #1: SUCCESS, 11ms.
Test Case #2: FAILURE, 20ms
IMPORTANT!!!! Please explain what you doing /measuring in every test case and every step, add comments to see the logic
-------------
Problem: Given array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all
unique triplets in the array which gives the sum of zero. The solution set must not contain duplicate triplets.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme