We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
money
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
python-snippets/formats.py
Line 25 in 8d24dd5
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
The text was updated successfully, but these errors were encountered:
What's the issue here? @delirious-lettuce
Sorry, something went wrong.
No branches or pull requests
python-snippets/formats.py
Line 25 in 8d24dd5
The text was updated successfully, but these errors were encountered: