Comment

Anonymous

I think I misunderstood. It doesn't appear to be possible do a dynamic fill with f-strings. E.g., `f'{name}:{filler}<{length}'` doesn't work, nor does `f'{name}:{filler}<10'` or `f'{name}:*>{length}'`. I've tried doing this before and gave up.