1 post
0
1
203
I wonder if it is possible to save the return of a request in file . txt or . csv in Python. I need some NIST data and for that I made the following code: import requests from bs4 import…