A-baoYang

Results 2 comments of A-baoYang

![image](https://user-images.githubusercontent.com/9716977/205546918-138edd20-c8ea-4f27-912b-7c132650a255.png) write the html object here to ".html" file, dont use `HTML` ```python with open('/path/to/file.html', 'w') as f: f.write(html) ```