Operators
!s (apply str())
and
!r (apply repr())
can be used to convert the value before it is formatted.
ΠΡΠΈΠΌΠ΅Ρ:
print(f'Test {s!r}')Last updated
!s (apply str())
and
!r (apply repr())
can be used to convert the value before it is formatted.
ΠΡΠΈΠΌΠ΅Ρ:
print(f'Test {s!r}')Last updated