-
Notifications
You must be signed in to change notification settings - Fork 122
Open
@delirious-lettuce
Description
Line 25 in 8d24dd5
def money(N, numwidth=0, currency="$"):
In[16]: for test in (0, 1, -1, 1.23, 1., 1.2, 3.1341): ...: print(f'${test:.2f}') ...: $0.00 $1.00 $-1.00 $1.23 $1.00 $1.20 $3.13
Metadata
Metadata
Assignees
Labels
No labels