Merge lp:~brunogirin/python-snippets/sets101 into lp:~jonobacon/python-snippets/trunk
Proposed by
Bruno Girin
Status: | Needs review |
---|---|
Proposed branch: | lp:~brunogirin/python-snippets/sets101 |
Merge into: | lp:~jonobacon/python-snippets/trunk |
Diff against target: |
97 lines (+93/-0) 1 file modified
pythoncore/sets101.py (+93/-0) |
To merge this branch: | bzr merge lp:~brunogirin/python-snippets/sets101 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jono Bacon | Pending | ||
Review via email:
|
Description of the change
Added snippet that demonstrates set operators (union, intersection, etc).
To post a comment you must log in.
Unmerged revisions
- 100. By Bruno Girin
-
Added snippets to demonstrate set operators.