made project 2

This commit is contained in:
2026-02-10 18:36:24 -05:00
parent 46f3d6be99
commit d491874a3d
9 changed files with 147 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
import random
from Card import Card
"""
Defines the deck of cards used in the Solitaire game. Contains methods to shuffle the deck, deal cards, and check the number of remaining cards.