number = random.sample(r ange(count), 1)
This makes 'number' into a one entry list (I don't know why as 'count'
is an integer). Is there an easy way to convert 'number' back to an int?
TIA
This makes 'number' into a one entry list (I don't know why as 'count'
is an integer). Is there an easy way to convert 'number' back to an int?
TIA
Comment