Summary
Full Transcript
✍️ Question wise Timestamp (00:00:00) - Session Start to solve the task-4 problems (00:00:18) - 1. Combine two lists index-wise(columns-wise) (00:02:05) - 2. Add a new item to the list after a specified item (00:03:26) - 3. Update no of items available (00:04:59) - 4. Running Sum on the list (00:06:20) - 5. You are given a list of integers. You are asked to make a list by running through elements of the list by adding all elements greater and itself. (00:11:34) - 6. Find a list of common unique items from two lists. and show in increasing order (00:13:32) - 7. Sort a list of alphanumeric strings based on the product value of the numeric character in it. If in any string there is no numeric character take its product value as 1. (00:18:47) - 8. Split String of list on K character. (00:21:19) - 9. Convert Character Matrix to single String using string comprehension. (00:23:24) - 10. Add Space between Potential Words. (00:30:59) - 11. Write a program that can perform union operations on 2 lists. (00:32:47) - 12. Write a program that can find the max number of each row of a matrix. (00:34:10) - 13. Write a list comprehension to print the following matrix (00:38:36) - 14. Write a list comprehension that can transpose a given matrix (00:44:25) - 15. Write a list comprehension that can flatten a nested list Solution Code - https://colab.research.google.com/drive/1uBqC9zOZH3e26WWc-R4dplohg2uvR-Xs?usp=sharing
