๐ Beginning Python Programming / Module: List & Collection
list & tuple
๐ Beginning Python Programming / List & Collection / list & tuple
sample_tuple = ('a', 'b', 'c') a, b, c = sample_tuple