Computer Science, asked by ZoomSTER4755, 1 year ago

Write a function that takes a list l and returns a random sublist of size n of that list. Assume that the indexes must be in increasing order.

Answers

Answered by Anonymous
7

Explanation:

Write a function that takes a list l and returns a random sublist of size n of that list. Assume that the indexes must

Answered by Anonymous
1

Explanation:

a function that takes and returns random sublist of size in increasing order

Similar questions