Question: Please Provide Code and Output Of The Programs. Lab Tusks 1.Write a Python program to sum all the items in a list. 2. Write a

Please Provide Code and Output Of The Programs.
Lab Tusks 1.Write a Python program to sum all the items in a list. 2. Write a Python program to get the largest number from a list 3. Write a Python program to remove duplicates from a list 4. Write a Python program to convert list to list of dictionaries. Sample lists: ["Black","Red", "Maroon", "Yellow",[#000000","#FF0000","#800000","#FFFF00"] Expected Output: [color_name': 'Black', 'color_code":"#000000'), ('color_name' Red', color_code! FF0000'). f'color_name' 'Maroon', 'color_code: #800000'), ('color_name': 'Yellow, color_code": FFFF001 5.Write a Python program to read a matrix from console and print the sum for each column. Accept matrix rows, columns and elements for each column separated with a space(for every row) as input from the user. Input rows: 2 Input columns 2 Input number of elements in a row (1,2,3): 12 34 sum for each column: 46 6. Write a Python program to Zip two given lists of lists. Original lists: [1, 31, 15, 71, 19.1111 112, 41. [6, 8], [10, 12, 1411 Zipped list: 111. 3. 2. 41. [5.7, 6, 81.19. 11. 10, 12, 1411
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
