Re: Python reading and writing

2014-06-27 Thread aws Al-Aisafa
Thanks man. -- https://mail.python.org/mailman/listinfo/python-list

Re: Python reading and writing

2014-06-27 Thread Peter Otten
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

2014-06-27 Thread aws Al-Aisafa
Why doesn't this code work? http://pastebin.com/A3Sf9WPu -- https://mail.python.org/mailman/listinfo/python-list