Ad
Fundamentals
Mathematics
Code
Diff
  • m = int.__mul__
    • from operator import mul as m
    • m = int.__mul__