Re: Python reading and writing
Thanks man. -- https://mail.python.org/mailman/listinfo/python-list
Re: Python reading and writing
aws Al-Aisafa wrote: > Why doesn't this code work? > #I want this code to write to the first file and then take the > #contents of the first file and copy them to the second. > > from sys import argv > > script, file1, file2 = argv > > > def write_to_file(fileread, filewrite): > '''Wr
Python reading and writing
Why doesn't this code work? http://pastebin.com/A3Sf9WPu -- https://mail.python.org/mailman/listinfo/python-list