On 04/25/2014 12:14 PM, Dave Angel wrote: > print adds a newline. Use write () instead. > sys.stdout.write (open (name).read ()) The comma at the end of the line didn't change anything, but the write method worked! Thank you! -- Chris