# Bug report ### Bug description: m = 12 print("|% -4d|" % m) Actual output: | 12 | Expected output: |12 | ### CPython versions tested on: 3.13 ### Operating systems tested on: Windows
Bug report
Bug description:
m = 12
print("|% -4d|" % m)
Actual output: | 12 |
Expected output: |12 |
CPython versions tested on:
3.13
Operating systems tested on:
Windows