Options

How to select a random number from a List

I tried using random.choice() but didnt work I got the below error
Error: AttributeError : 'Random' object has no attribute 'choice'
Tagged:

Answers

Sign In or Register to comment.