|
|
|
|
|
by quietbritishjim
1974 days ago
|
|
You can use any of f"{foo['field']}"
f'{foo["field"]}'
f"""{foo["field"]}"""
(I see from your carefully worded first sentence that you already knew this but still find it annoying, but I'll leave this here for any that aren't aware.) |
|