Using the Deck Of Cards API (https://deckofcardsapi.com/), write a program that does the following:
- Create a new shuffled deck
- Draw cards one at a time from the deck
- When a card is drawn, print it out in any format that includes number and suit (e.g. "JACK of SPADES" or "7H")
- If any three consecutive cards add up to a value of 21 using blackjack rules (see below), exit the program
- If all cards are drawn from the deck and no three consecutive cards add up to a value of 21, print "no more cards"
The "blackjack value" of a card can be defined as follows: