#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
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
Discussion
Do you want to join discussion? Click here to log in or create user.