➜ learn_metagpt python3 main.py
Welcome to Blackjack!
Player's hand: ('Hearts', 3)
Player's hand: ('Spades', 'Jack')
Do you want to hit or stand? (h/s): h
Player's hand: ('Hearts', 3)
Player's hand: ('Spades', 'Jack')
Bust! You lose this round.
➜ learn_metagpt python3 main.py
Welcome to Blackjack!
Player's hand: ('Spades', 8)
Player's hand: ('Spades', 7)
Do you want to hit or stand? (h/s): s
Dealer busts! You win this round!