Skip to content

Instantly share code, notes, and snippets.

@Leticia-Carraro
Created September 21, 2021 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leticia-Carraro/5042160a0d56b9205e47db62647beff4 to your computer and use it in GitHub Desktop.
Save Leticia-Carraro/5042160a0d56b9205e47db62647beff4 to your computer and use it in GitHub Desktop.
def write_transcripts(output_filepath, transcript_filename,transcript):
f= open(output_filepath + transcript_filename,"w+")
f.write('\n'+transcript)
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment