Question Answered step-by-step A = {1, 2, 3, …, 47} B = {-7, -6, -5, …, 25} computes A – B and… A = {1, 2, 3, …, 47}B = {-7, -6, -5, …, 25}computes A – B and its cardinalityAminusB = set()for element in A: if not(element in B): AminusB.add(element)n = len(AminusB) print(n) Math Statistics and Probability IT MM250 Share QuestionEmailCopy link Comments (0)
Needs help with similar assignment?
We are available 24x7 to deliver the best services and assignment ready within 3-12hours? Order a custom-written, plagiarism-free paper

