Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 1’: [0], ‘to_use’: True}
Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 2’: [1], ‘to_use’: True}
Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 3’: [2], ‘to_use’: False}