![]() |
Random array
Is there any way I can create an array of
Continuous random sort it thank all !! |
You can use one of the functions from Python's random module to generate random numbers and place those in a list. Lists have a sort method you can use to sort the elements within.
Code:
import random |
All times are GMT -7. The time now is 12:55 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC