Hacker News new | ask | show | jobs
by nuclear_eclipse 1957 days ago
Just wait until you get Python 3.9 and can do:

    >>> a, b = 2, 4
    >>> f"{math.gcd(a, b) = }"
    'math.gcd(a, b) = 2'