Question
In python, you have sets, s={1,2,3} and t={3,4,5}, returns a set, u, of all items that are in s or t, but not both (i.e. {1,2,4,5} ).
Answer
u = s.symmetric_difference(t)
Question
In python, you have sets, s={1,2,3} and t={3,4,5}, returns a set, u, of all items that are in s or t, but not both (i.e. {1,2,4,5} ).
Question
In python, you have sets, s={1,2,3} and t={3,4,5}, returns a set, u, of all items that are in s or t, but not both (i.e. {1,2,4,5} ).
Answer
u = s.symmetric_difference(t)
If you want to change selection, open document below and click on "Move attachment"
pdf
owner:
kkhosravi - (no access) - PYTHON_DATA_STRUCTURES_AND_ALGORITHMS.pdf, p60
Summary
status | not learned | | measured difficulty | 37% [default] | | last interval [days] | |
---|
repetition number in this series | 0 | | memorised on | | | scheduled repetition | |
---|
scheduled repetition interval | | | last repetition or drill | | | | |
---|
Details
No repetitions