Skip to content

Instantly share code, notes, and snippets.

@LimaGuilherme
Created May 4, 2020 14:40
Show Gist options
  • Select an option

  • Save LimaGuilherme/29b4162c69b452df94784ef5c6b8a443 to your computer and use it in GitHub Desktop.

Select an option

Save LimaGuilherme/29b4162c69b452df94784ef5c6b8a443 to your computer and use it in GitHub Desktop.
file_content = open('dados/some_sb.csv', encoding='utf-8', mode='w')
new_content = '1,someContent'
file_content.write(new_content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment