Question: Note: A common error is to mistype a function name with the incorrect capitalization. Function names are case sensitive , so if a lab program
Note: A common error is to mistype a function name with the incorrect capitalization. Function names are case sensitive so if a lab program asks for a kilotopounds function, a kiloToPounds function that works for you in "Develop mode" will result in a failed unit test. The unit test will not be able to find kilotopounds
LAB
: Lab training: Unit tests to evaluate your program
ACTIVITY
main.py
Load default template...
def kiloto poundskilos:
# This statement intentionally has an error.
return kilos
# Main part of the program starts here. Do not remove the line below.
if name main :
kilos float input
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
