Update README.md

This commit is contained in:
2025-02-22 10:47:08 +00:00
parent 083e52ac94
commit 02b206c216

View File

@@ -1,9 +1,3 @@
## ThreadPoolExecutor
```py
__import__('concurrent').futures.ThreadPoolExecutor().submit(
lambda x: (print(x * 2) or x ** 2 / 0), 3).result()
```
## sqlite3 [25-02-23]
```py
def SQL(db='.db'):