Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python
Question
#python. Set syntax
Create sets:
OR – Union set operation:
AND – Intersection set operation:
View the output of the NOT operation:
Answer
#python. Set syntax
Create sets: set1 = set(['value1','value2','value3'])
OR – Union set operation: set 1| set2
AND – Intersection set operation: set1 & set2
View the output of the NOT operation: ?

Tags
#python
Question
#python. Set syntax
Create sets:
OR – Union set operation:
AND – Intersection set operation:
View the output of the NOT operation:
Answer
?

Tags
#python
Question
#python. Set syntax
Create sets:
OR – Union set operation:
AND – Intersection set operation:
View the output of the NOT operation:
Answer
#python. Set syntax
Create sets: set1 = set(['value1','value2','value3'])
OR – Union set operation: set 1| set2
AND – Intersection set operation: set1 & set2
View the output of the NOT operation: ?

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.