In honor of today's date of September 12th, I came up with a #PythonOddity puzzle.
Can you guess the redacted module from the standard library (no pip install allowed!) such that:
from ████████ import ████, █████████
A = ████(12, 12, 12)
B = █████████(12, 12, 12, 12, 12, 12)
assert (A + B + B) != (B + B + A) # huh
assert (A + B + B) != (A + 2 * B) # this also works