Read title.
username = base64.b64encode(username)+'\n'
This is what I thought would have worked, but it comes up with an error, "TypeError: can't concat bytes to str", meaning that I cannot add +'\n' to the end of the code.
If there is anyway anyone knows how to write the byte of base64.b64encode(username) to a file line by line, please help!