New submission from Akshay K <[email protected]>:
When using a f-string to print a number with a certain number of decimal places, the number is printed with a leading space. ---------- components: Interpreter Core files: fstringdemo.py messages: 391789 nosy: Axeinator, eric.smith priority: normal severity: normal status: open title: f-string decimal has leading space type: behavior versions: Python 3.9 Added file: https://bugs.python.org/file49981/fstringdemo.py _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43932> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
