asked 148k views
3 votes
Use the following Python code to answer the given prompts. **Important note: formatting and casing in Canvas fill-in the blank questions matter. Please read any formatting notes and use them in your answers accordingly. Failure to follow formatting rules can yield in answers being marked incorrect.

a) How many tests will run in Pytest? (a single number should be given in numerical form -- as in, don't spell the number)
b) Given the parameter being sent "Kortni" and the function greeting, what string would you REPLACE redacted with to compare against?

asked
User Jerryjvl
by
8.3k points

1 Answer

4 votes
a) The number of tests that will run in Pytest can vary depending on the specific test suite being executed. It is not possible to provide a single numerical value without additional context.

b) To compare against the parameter "Kortni" in the function greeting, you would replace the redacted section with the string "Kortni".
answered
User Gentian
by
7.8k points