News

🔍 Activities Performed: Learned about lists for storing sequences of mutable items and modifying them using methods like append, remove, etc. Studied tuples, which are similar to lists but immutable, ...