5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
import requests
|
|
|
|
x = [requests.Response() for _ in range(20)]
|
|
|
|
print(x) |