Link
Search
Menu
Expand
Document
Long Do
Introduction
Bookmarks
MacOS Setup
Applications
Command-Line Interfaces
VS Code
Programming Snippets
Dependabot
Git
HTML
Python
Sass/CSS
Shell
Github
Programming Snippets
Python
Python
Write BeautifulSoup output to .html file
with
open
(
"output1.html"
,
"w"
)
as
file
:
file
.
write
(
str
(
soup
))