About 815,000 results
Open links in new tab
  1. 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.

  2. 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.

  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 Definition & Meaning - Merriam-Webster

    1 day 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.

  5. Python Lists - GeeksforGeeks

    6 days ago · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  6. List - Wikipedia

    List Shopping list drawn in 1518 by Michelangelo for an illiterate servant 1917 list of the top ten college football teams, in the opinion of a sports expert Laminated Depeche Mode set list A list is a set of …

  7. Python - Access List Items - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  8. 5. Data Structures — Python 3.14.6 documentation

    1 day ago · 5.1.3. List Comprehensions ¶ 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 …

  9. Python List methods - GeeksforGeeks

    May 8, 2026 · Python list methods are built-in functions that allow us to perform various operations on lists, such as adding, removing, or modifying elements. In this article, we’ll explore all Python list …

  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 …