I need help
Note: It`s a python
Implement the following:1) Write a functionrandFive() with one parametern.2)randFive() createfive random integers in the range (1, n) inclusive.3) Five numbers should be stored in alist as thereturn value.4)Call the function,randFive() with the argument, 100.5) Print theresult of the function call.
Make sure to precisely match the outputformat below.Write your code in theANSWER area provided below (must includecomments if using code is not covered in the course).Example Output(100 is the argument)[10, 44, 8, 78, 60]
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here