We all know that, we can assign values to multiple variables in a single line in Python programming like below
To comprehend how this works, you must first learn well about tuple data type. To create a tuple, we use a comma and it is the tuple constructor syntax.
A tuple is created on the right is tuple packing. A tuple is the target on the left is tuple unpacking.
#Python #Programming #python #datatypes #tuple
#packing #unpacking