Activity overview
Latest activity by shravan
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'