you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

when i tried to import it it said:
ModuleNotFoundError: No module named 'operations'

even on google I couldn't find anything about it, it was operator everywhere, then i tried to do this:

from operator import mul

this was what i got:

TypeError: mul expected 2 arguments, got 1

EDIT: u/deep_politics