How can I randomly output the multiple of 600 numbers in python? I want to output 10 numbers, minimum number is 1000 and maximam is 34000
You can use the random module in Python to generate a list of random numbers that are multiples of 600 within the specif...