Back to Browse

Python List - How to Create a List using Brackets or the list() Function - Learn To Program

1.6K views
Nov 4, 2021
5:39

A list is a container for grouping related objects. Each object can be a different type. You can create a list by placing the elements in brackets [ ] or by using the list() method Each list element is accessed by an index Lists are mutable, meaning they can grow or shrink in size as needed. in-place modification is the list’s ability to grow and shrink. Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!

Download

1 formats

Video Formats

360pmp47.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python List - How to Create a List using Brackets or the list() Function - Learn To Program | NatokHD