I hate to say this, but I forgot this one-liner syntax in my online coding test. So, I think I need to put this here.
format = lambda n: '{:,}'.format(n)
print(format(-1234567890)) # -1,234,567,890
We're a place where coders share, stay up-to-date and grow their careers.
Discussion (0)