Why is my variable type a function in python
I imported a function that returns a deck of cards as a list then I run the newly made deck variable into a draw card function but then it throws up a TypeError saying object of type ‘function’ has no len() since i use the len function on the deck for randomly picking a card