Question: 1/ true or false 2/ true or false 1 5 points In Python, when a data is assigned to a variable, its type is stored

1/ true or false
2/ true or false

1 5 points In Python, when a data is assigned to a variable, its type is stored in the variable. O True 2 5 points list1 = [1, 2, 3] list2 = ['one, 'two, 'three'l zipped = zip(list2. list1) print(zipped) the output will be:[(one, 1), (two, 2), (three, 3)]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
