• + 1 comment
    print( "YES" if sum([1  for x in a if x<=0 ])<k else "NO")