Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a pytest and a function get _ odd _ numbers ( values ) . The test should validate that the function returns all odd

Write a pytest and a function get_odd_numbers(values). The test should validate that the function returns all odd numbers from a list.
Write the test and the function that implements the logic. For example if values =[2,5,8,1] then it should return [5,1]
Write a pytest and a function get_courses(major, values) where major is two character word and values is a list of course numbers.
For example, get_courses('cs', values=['hi24','cs504B','cs 604B','CS 512 B','Ma 3434'] returns ['cs504B','cs 604B','CS 512 B']

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions