Python Forum

Full Version: problem in replace string into file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
i have a template model,
and i want to open a file in python and replace any line of this file to one of template Models string that s name is "THISNUMBER"

then save this replaced template to new (VCF) file

[Image: 4n9QoOV]
There is a missing word open
outputFile = open(...)