“Two results, one function 👀 — here’s a Python trick you might not be using yet…” Python’s Hidden Gem: divmod () Function Most people use // (floor division) and % (modulus) separately in Python… But ...