在Python中,以下哪个表达式将返回False?( )
any([1, 2, 0])
any(['', 'hello', '!'])
any([{}, {1:2}, {3:4}])
any([False, False, False])