Yonnyyonny.yoning.com·Jul 22, 20242024-07-22 : BlackJack Project############### Blackjack Project ##################### from art import logo import random def deal_card(): cards = [11, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 10, 10] return(random.choice(cards)) def calculate_score(cards): if sum(cards) > 2...#KeepCoding100DaysAdd a thoughtful commentNo comments yetBe the first to start the conversation.