L11-02) Write a function
scrambleEachList(aListOfLists) that takes a list
of lists as a parameter and returns a list containing each of the
original lists but with their items in a random new order.
>>> scrambleEachList(moreLists)
[[5,6,4],[3,2,9,1],[7,5,4,8,6]]
L11-02) Write a function scrambleEachList(aListOfLists) that takes a list of lists as a parameter and returns a list con
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
L11-02) Write a function scrambleEachList(aListOfLists) that takes a list of lists as a parameter and returns a list con
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!