Files
cdtestplant_v1/test.py

5 lines
72 B
Python
Raw Normal View History

2025-05-17 18:05:23 +08:00
import pydash as _
res = _.compact([1, 2, 3, 0, False, ""])
print(res)