What I’m trying to do:
Use random.choices
to select a list of random elements in the client.
Apparently choices
isn’t implemented in Skulpt. Just posting here so it gets added to the list of things to add at some point.
Code Sample:
print(random.choices([1,2,3,4], k=3))