MENU

Fun & Interesting

Python lists, sets, and tuples explained 🍍

Bro Code 424,056 2 years ago
Video Not Working? Fix It Now

#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

Comment