Does the Python list contain another list of all elements

Source: Internet
Author: User
Tags python list
This article mainly describes whether the Python list contains another list of all elements, has a certain reference value, now share to everyone, the need for friends can refer to

As shown below:

#!/usr/bin/env python# coding:utf-8a = [1, 2, 3, 4, 5]b = [3, 4, 5]d = [False for C in B if C not in A]if D:print ' A does not contain B All elements of "else:print" a contain all elements of B "

You can also consider converting to set after the intersection to see if the smaller sets are equal.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.