Question: Question 9 (due Mar 2, 2020 on Coderunner; marks: 1% of your final grade) Define a function that returns a random (not necessarily meaningful) word
Question 9 (due Mar 2, 2020 on Coderunner; marks: 1% of your final grade) Define a function that returns a random (not necessarily meaningful) word of length n. For example, kimof is a random word of length 5. Use the number seed as the seed to a pseudo-random number generator so that different seeds will give rise to different random words. def randomWord (n, seed)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
