Skip to content

Instantly share code, notes, and snippets.

@CHARITH1995
Created July 17, 2020 08:21
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 CHARITH1995/0ea9ba48441e0931c66a94e577ab4008 to your computer and use it in GitHub Desktop.
Save CHARITH1995/0ea9ba48441e0931c66a94e577ab4008 to your computer and use it in GitHub Desktop.
save on .txt
with open("news.txt", "w", encoding="utf-8") as file:
file.write(date)
file.write(title.decode(encoding='UTF-8'))
file.write(contents.decode(encoding='UTF-8'))
file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment