sides=random.choice([*range(3,10),360])
The purpose of this code is to pick a random number from 3, 4, 5, 6, 7, 8, 9, 10, 360.
sides=random.choice([*range(3,10),360])
The purpose of this code is to pick a random number from 3, 4, 5, 6, 7, 8, 9, 10, 360.