random.shuffle[1,2,24]
a) Randomized list containing the same numbers in any order
b) The same list, that is [1,2,24]
c) A list containing any random numbers between 1 and 24
d) Error
What will be the output of the following Python function, assuming that the random library has already been included?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Python function, assuming that the random library has already been included?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!