Back to Browse

Python lists, sets, and tuples explained 🍍

714.6K views
Nov 4, 2022
15:05

#python #tutorial #course Python list set tuple tutorial example explained 00:00:00 intro 00:00:49 list 00:09:40 set 00:12:40 tuple 00:14:22 conclusion # List = [] ordered and changeable. Duplicates OK # Set = {} unordered and immutable, but Add/Remove OK. NO duplicates # Tuple = () ordered and unchangeable. Duplicates OK. FASTER

Download

1 formats

Video Formats

360pmp416.9 MB

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

Python lists, sets, and tuples explained 🍍 | NatokHD