(*, /) Beyond Multiplication and Division - Part1
It is commonly known that the asterisk "*" is used for multiplication, while the forward slash "/" is used for division in Python. This is true, but many don't know that these operators can do more.
What's so special about them?
When these operators ...
mmahzombo.hashnode.dev4 min read