Question: BlockPy: # 2 1 . 4 ) Grading on a Curve The formula below calculates a curved grade by applying a square root: curved _

BlockPy: #21.4) Grading on a Curve
The formula below calculates a curved grade by applying a square root:
curved_grad= original_grade *5**10
Define a function named curve_grade that consumes a grade (int) and uses the formula to return the curved grade (float). Write at least three unit tests for the function to confirm that it works.
Console:
Feedback:
Unused Variable
View Trace
The function curve_grade was given a definition on line 2, but was never used after that.
Blocks
Split
Text
Reset
Variables
Decisions
Iteration
Functions
Calculation
Output
Input
Turtles
Values
Conversion
Lists
Dictionaries
from cisc108 import assert_equal
1 from cisc108 import assert_equal
# ...
4
5 assert_equal (,__)
7 assert_equal(__,__)
 BlockPy: #21.4) Grading on a Curve The formula below calculates a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!