Bug Category Incorrect test case (Output of test case is incorrect as per the problem statement) ...
Answer: unittest is a built-in library in Python used for testing Python code. It supports test automation, sharing of setup and shutdown code, aggregation of tests into collections, and more.