Building a unit test

Report a typo

Compose a unit test for the function:

f(x) = x * x
Put the items in the correct order
print("Failed")
if output == 25:
output = f(5)
else:
print("Passed")
___

Create a free account to access the full topic