Question: please help! Create a virtual environment (with any name) and activate it. Install the numpy package in this virtual environment (pip install numpy). Numpy is
please help!
Create a virtual environment (with any name) and activate it. Install the numpy package in this virtual environment (pip install numpy). Numpy is a statistical package used for matrices and linear algebra and is vital for data analysis, data science, machine learning, etc. in Python. Use the internet and online documentation to use numpy to create a numpy list of 10 random floats, each 0 to 1, then print the mean, median, and standard deviation of that list, all using numpy. Remember to add a requirements.txt file to this exercise folder, commit it, but do NOT commit the virtual environment folder.
this is outpuy

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
