Hey new to the forum, I am currently running Beau Carnes tutorial for black jack, I have made it all the way to the end of the deck class to the lines where I input : deck1 = Deck()
print(deck1.cards) . it returns this error message in the console : Traceback (most recent call last):
File “main.py”, line 38, in
print(deck1.cards)
AttributeError: ‘Deck’ object has no attribute ‘cards’
I have it exact and have been on multiple revisions to move on. same version, indentation, code for code. Need help !