+ 1
Anyone have an idea on how to make a code randomizer for objects
2 odpowiedzi
+ 7
Willy Ad ,
what we can do is to make some functions, that can be called randomly.
it would be good if you do a try by yourself first and link this code here.
+ 5
Can you describe more precisely what is a "code randomizer" for objects?
If you want to randomize the order of elements inside a list, you can use random.shuffle(), it works with any type of data, not only numbers.