原创 在列表中根據條件來篩選數據

在列表中根據條件來篩選數據 from random import randint data = [randint(-10,10) for _ in range(10)] print(data) print("------使用fi