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
For further actions, you may consider blocking this person and/or reporting abuse
Dmitry Romanoff -
Kairus Noah Tecson -
A0mineTV -
HolaWagtail -
Top comments (0)