Question
In python, you have sets, s= {1,2,3} and t={3,4,5}, remove all items in s that are also in t (i.e. s ends up as {1,2} ).
Answer
s.differenece_update(t)
Question
In python, you have sets, s= {1,2,3} and t={3,4,5}, remove all items in s that are also in t (i.e. s ends up as {1,2} ).
Question
In python, you have sets, s= {1,2,3} and t={3,4,5}, remove all items in s that are also in t (i.e. s ends up as {1,2} ).
Answer
s.differenece_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