题目详情
单选题 What will be the output of the following Python code? l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
A. Error
B. [1, 0, 2, 'hello', '', []]
C. [1, 2, 'hello']
D. [1, 0, 2, 0, 'hello', '', []]

学科:Python程序设计(双语)
时间:2025-04-27 06:56:35
相关题目
相关作业
