Question: In Python, what is the result of the statement below, and why? y = set('100A') x = set(['A','G','T','C']) x.symmetric_difference(y)
In Python, what is the result of the statement below, and why?
y = set('100A')
x = set(['A','G','T','C'])
x.symmetric_difference(y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
