Python — How to Send 100K Requests Quickly?
Send 100,000 HTTP requests quickly in Python

Suppose there is a file with 100,000 urls in it, and you need to send an http request to each url and print the status code of the request result. How to write code to complete these tasks as quickly as possible?