Hello, I would like to know in what cases I need to use the format method instead of f-string because with f-string I can not do it. For example I think it is not possible with f-string to write a formatted number:
'fps: {:.1f}'.format(55.3578) => fps: 55.3