Saved Bookmarks
| 1. |
Write a function in python which accepts a 2D list of integers, number of rows andnumber of columns as arguments and assign the elements which are divisible by 3 or 5 intoa one dimensional list of integers. |
| Answer» | |