Math, asked by shasan3, 3 months ago

Given ``odd = set([1, 3, 5, 7, 9])``
         ``squares = set([1, 4, 9, 16])``. 
What is the value of ``odd ^ squares``?​

Answers

Answered by sharmaansh2009
5

Given ``odd = set([1, 3, 5, 7, 9])``

         ``squares = set([1, 4, 9, 16])``. 

What is the value of ``odd ^ squares``?

Similar questions