Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

if statement

  1. kkhhhkk

    Python Write an empty line at the end of my files

    I have the following code that writes out multiple files. I want this code to also write out an empty line at the end of each file produced, I've tried adding ('\n\') inside the loop however it adds an empty line to every line which is annoying i = 0 f = open('innput.txt','r') always_print =...
Back
Top Bottom