Question: p6.12 Using Python 3.6 # Please include comments within the code. # Include .py file please or screenshot of .py file Write a function def
p6.12 Using Python 3.6
# Please include comments within the code.
# Include .py file please or screenshot of .py file

Write a function def sameSet (a, b) that checks whether two lists have the same ele- ments in some order,ignoring duplicates. For example, the two lists and -P6.12 1 4 9 16 9 7 4 9 11 11 11 79 16 4 1 would be considered identical. You will probably need one or more helper functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
