I need help Note: It`s a python Implement the following: 1) Write a function randFive() with one parameter n . 2) randFive() create five random integers in the range (1, n) inclusive. 3) Five numbers...


I need help


Note: It`s a python


Implement the following:
1) Write a functionrandFive() with one parameter
n
.
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]




Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here