multithreaded

This commit is contained in:
1MalcolmS
2026-03-29 01:21:08 -07:00
parent 7305d667ef
commit 359709c82a
3 changed files with 61 additions and 93 deletions

5
h.txt Normal file
View File

@@ -0,0 +1,5 @@
import requests
x = [requests.Response() for _ in range(20)]
print(x)