Conversion flag
Conversion flag can be appended to the value like so:
Three conversion flags are currently supported:
'!s'
which callsstr()
on the value'!r'
-repr()
'!a'
-ascii()
. https://docs.python.org/3.10/library/string.html#format-string-syntax