Question
In python, you have sets, s={1,2,3} and t={3,4,5}, call method on s so s ends up as {1,2,4,5}
Answer
s.symmetric_difference_update(t)
Question
In python, you have sets, s={1,2,3} and t={3,4,5}, call method on s so s ends up as {1,2,4,5}
Question
In python, you have sets, s={1,2,3} and t={3,4,5}, call method on s so s ends up as {1,2,4,5}
Answer
s.symmetric_difference_update(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