Changes between Initial Version and Version 1 of Ticket #31609, comment 2
- Timestamp:
- 04/05/21 17:16:05 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31609, comment 2
initial v1 1 Sweet! I have just one comment. Since Python 3.6, we have f-strings which are way more convenient and easier to read than `format` . I'd propose to use f-strings more often in the future. For this ticket:1 Sweet! I have just one comment. Since Python 3.6, we have f-strings which are way more convenient and easier to read than `format` (and also faster). I'd propose to use f-strings more often in the future. For this ticket: 2 2 3 3 {{{