{{
, }Write }
The contents in {}
are considered literal text
.
If you want to print {
, you must write it twice, such as {
.
x = " {{ Hello }} {0} "
print x.format(42)
Documents related to this are located in Format String Syntax.
© 2024 OneMinuteCode. All rights reserved.