• 木法沙
    2025-01-08 来自江苏
    ➜ 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!
    
    
  • 种花家
    2025-01-08 来自北京
    sudo npm install -g @mermaid-js/mermaid-cli 之前加上 sudo apt install npm 然后检查 node -v npm -v
    
    