You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the formatstring should be {:>#08b} and this works https://is.gd/Wpxf90 in your example, the # is the fill character before the alignment. Also {:#>#8b} works as expected.
Here's a sample program.
I expected this output.
I got this output.
The text was updated successfully, but these errors were encountered: