Study Notes (14): Python Interview 100 talking about (based Python3.x) -Python string formatting Know

Learning immediately: https://edu.csdn.net/course/play/26755/340104?utm_source=blogtoedu

Template object package is placed $ placeholders, and replace the placeholder with the actual values ​​substitute method:

template1 = Template ( '$ s is the best language)

print(template1.substitute(s='python')

Published 26 original articles · won praise 2 · Views 283

Guess you like

Origin blog.csdn.net/qq_35504363/article/details/104284074