添加test.py

This commit is contained in:
2025-05-17 18:05:23 +08:00
parent 322096c069
commit 1b2c3ec3d6
3 changed files with 23 additions and 1 deletions

4
test.py Normal file
View File

@@ -0,0 +1,4 @@
import pydash as _
res = _.compact([1, 2, 3, 0, False, ""])
print(res)