Another type in python to store sequence of values is a tuple. A tuple is similar to list and can also use indexing and slicing like a list, but unlike a list, the value if a tuple cannot be changed. This makes them more memory efficient.
100 days of python is a YouTube shorts series where you will learn basics of python in byte-sized, easy to understand shorts. Keep following "Namaste Coders" for more!
#python #programming #learnpython #namastecoders #100dayschallenge #pythonprogramming