Christopher Spears wrote:
> I created a script that opens an existing text file,
> allows the user to write over the original contents,
> and then save the file. The original contents are
> then saved in a separate file. Here is the script:
>
> #!/usr/bin/python
>
> 'editTextFile.py -- write ov
Christopher Spears wrote:
> I created a script that opens an existing text file,
> allows the user to write over the original contents,
> and then save the file. The original contents are
> then saved in a separate file. Here is the script:
>
> #!/usr/bin/python
>
> 'editTextFile.py -- write over
I created a script that opens an existing text file,
allows the user to write over the original contents,
and then save the file. The original contents are
then saved in a separate file. Here is the script:
#!/usr/bin/python
'editTextFile.py -- write over contents of existing
text file'
import