What does `Counter.subtract()` do differently from subtracting two Counters with `-`?
-
A
subtract() removes zero/negative counts; - does not
-
B
subtract() allows negative counts; - removes non-positive counts
-
C
They are identical in behavior
-
D
subtract() only works with lists, not strings