Page 1 of 1

Python: Write a python function, (goDisplay), that will return the unique elements of myListOne and myListTwo. myListOne

Posted: Tue Jul 12, 2022 8:21 am
by answerhappygod
Python:
Write a python function, (goDisplay), that will return theunique elements of myListOne and myListTwo.
myListOne = {1,2,3,4,5}
myListTwo = {4,5,6,7,8}