import requests url = input('Webpage to grab source from: ') html_output_name = input('Name for html file: ') req = requests.get(url, ...
確定! 回上一頁