diff options
Diffstat (limited to '')
| -rw-r--r-- | sets.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ formula = formula.replace(']sets[', '') rc = eval(formula) if rc.inv: - rc = U - rc + rc = U - ~rc for e in rc.elems: print(e) |
