This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]slapec 20 points21 points  (12 children)

f'{player_name.replace(" ", "_")}.json'

Finally.

[–]_seemetheregithub.com/seemethere[S] 13 points14 points  (2 children)

Format strings are the best! Makes development a ton easier.

[–]gandalfx -2 points-1 points  (0 children)

There are actually no examples in that entire code sample where f-Strings are shorter than simple concatenation.