<p>Pick an example from global culture that demonstrates howwomen’s experiences are different than those of men. For instance,you could focus on different gender role expectations, unequalopportunity between genders, or women’s
<p><img alt="A time study of an employee assembling peanut valves resulted in the following set of observations. What is the standard time, given a performance rating of 109 percent and
<strong>1.</strong> What is the result of the followingcode?<br/>import numpy as np<br/>x = np.array([1,4,5])<br/>y = x<br/>print(x + y) (Points : 1) [1,4,5,1,4,5]<br/> [2,5,10]<br/> [2,8,10]<br/> [2,10,10]Question 2.<strong>2.</strong> Which Numpy function do you useto create an array?