Question: print ( ' - - Test 1 - - ' ) a = set ( [ 1 , 2 , 1 0 , 1 1
print Test
a set
b set
c set
assert not checksumexistsa b c f'Failed Test : your code returned true when the expected answer is false'
printPassed
print Test
a set
b set
c set
assert checksumexistsa b c f'Failed Test : your code returns false but note that in a in b in c
printPassed
print Test
a
b
c
assert checksumexistsa b c f'Failed Test : your code returns False whereas the correct answer is true eg
print Test
a
b
c
assert not checksumexistsa b c f'Failed Test : your code returns True whereas the correct answer is False'
printAll Tests Passed points
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
