Page 1 of 1

using python Write statements to do the following: a. Create a two-dimensional (5x8) list with 40 random integers ran

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
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.