using python
Write statements to do the following:
a. Create a two-dimensional (5x8) list with 40 random integers ranging from (0-100), inclusive. (6 pts)b. Get the maximum element in the list. (6 pts)c. Check if all 40 random integers are unique in the list. (8 pts)
Note: ONLY the random package is allowed to use.
using python Write statements to do the following: a. Create a two-dimensional (5x8) list with 40 random integers ran
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am