# Card-related constants SUITS = ['clubs', 'diamonds', 'hearts', 'spades'] RANKS = ['02', '03', '04', '05', '06', '07', '08', '09', '10', 'J', 'Q', 'K', 'A']