Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用string.Templateして、ループできる別のファイルにテンプレートに代入する値を保存したいと思います。
string.Template
ループは簡単な部分です。その後、実行したい
result = s.safe_substitute(title=titleVar, content=contentVar)
私のテンプレートで。これらの値をテキストファイルに保存する形式と、そのファイルをpythonで読み取る方法に少し困惑しています。