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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply