Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use NumPy random-number generation to create an array of 60 random grades in the range of 60 through 100, then reshape the result into a
Use NumPy random-number generation to create an array of 60 random grades in the range of 60 through 100, then reshape the result into a 20-by-3 array (which will actually represent the grade 1, grade 2 and Final grade of 20 students) e) Change any score <70 to 70 and Calculate the average of the grades in Midterm1 and Final only for every alternate students only. Python please, thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started