Little Turtle Python after the 12th lecture exercise---013-tuple

Source: Internet
Author: User

0. Please describe what is a list in a sentence? Describe what a tuple is in a sentence?

List: A large warehouse where you can add and remove anything at any time.
Tuples: Closed lists, once defined, cannot be changed (cannot be added, deleted, or modified).

1. Under what circumstances do you need to use tuples instead of lists?

When we want content not to be easily rewritten, we use tuples (putting power into a cage).
When we need to change data frequently, we use lists.

2. Connect the built-in method of the list on the left to the comment on the right and circle the methods that the tuple can use. Tuples can be used with only two method tuples, and no other method is 3. Create a tuple, in which case the comma and parenthesis must exist at the same time, indispensable? When you create a tuple that contains only one element, for example: a= (1,) 4. X, y, z = 1, 2, 3 is it a tuple, x, Y, z? The default types of all multi-object, comma-delimited, and non-explicitly defined sets of symbols are tuples.

Little Turtle Python after the 12th lecture exercise---013-tuple

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.