How do you make the following code work?
example = "%%(test)%" % {'test':'name',}
print example
Where the desired output is "%name%"
Thanks
|
|
How do you make the following code work?
Where the desired output is "%name%" Thanks |
|||
|
|
|
|
An alternative is to use the new Advanced String Formatting
|
||
|
|
|
|
|
||||||
|