Posts
Sort by recent activity
How to select a random number from a List
I tried using random.choice() but didnt work I got the below errorError: AttributeError : 'Random' object has no attribute 'choice'