Generate 1000 random variables that are normally distributed with mean 0 and standard deviation 50. Pick a number at random out of these random variables. Hint: Leverage the capabilities of the for loop to simplify the code.
Determine the probability of the chosen number being greater than 50.