๐Ÿ“– Beginning Python Programming /
Module: List & Collection

list & tuple

๐Ÿ“– Beginning Python Programming / List & Collection / list & tuple

Tuple

sample_tuple = ('a', 'b', 'c')
a, b, c = sample_tuple