About 819,000 results
Open links in new tab
  1. LIST Definition & Meaning - Merriam-Webster

    2 days ago · The meaning of LIST is a simple series of words or numerals (such as the names of persons or objects). How to use list in a sentence.

  2. Microsoft Lists App | Microsoft 365

    Stay on top of it all with Lists, your smart information-tracking app in Microsoft 365. Work with anyone, anywhere. Configure your lists to better organize events, issues, and assets.

  3. Python Lists - W3Schools

    List Lists are used to store multiple items in a single variable. Lists are one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary, all with different …

  4. LIST | English meaning - Cambridge Dictionary

    LIST definition: 1. a record of short pieces of information, such as people's names, usually written or printed with…. Learn more.

  5. List - Wikipedia

    A task list (also called a to-do list or "things-to-do") is a list of tasks to be completed, such as chores or steps toward completing a project. It is an inventory tool which serves as an alternative or …

  6. List Maker - Share Opinions, Keep Track, Make Lists | List Maker

    Free, fast and simple to use. Make your own lists and see what your friends and others are listing. List movies, video games, characters, music and more.

  7. List - definition of list by The Free Dictionary

    Define list. list synonyms, list pronunciation, list translation, English dictionary definition of list. n. 1. A series of names, words, or other items written, printed, or imagined one after the other: a shopping …

  8. 5. Data Structures — Python 3.14.5 documentation

    1 day ago · List comprehensions provide a concise way to create lists. Common applications are to make new lists where each element is the result of some operations applied to each member of …

  9. Python Lists - GeeksforGeeks

    May 22, 2026 · Nested Lists A nested list is a list that contains another list as its element. It is commonly used to represent matrices or tabular data. Nested elements can be accessed by chaining multiple …

  10. Python List (With Examples) - Programiz

    Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of …