Update exercises/concept/card-games/.meta/exemplar.py

This commit is contained in:
BethanyG
2022-02-27 17:07:27 -08:00
parent 269cb6a886
commit ff18f85dff

View File

@@ -37,7 +37,7 @@ def list_contains_round(rounds, number):
def card_average(hand):
"""Calculate and returns the average card value from the list.
"""Calculate and return the average card value from the list.
:param hand: list - cards in hand.
:return: float - average value of the cards in the hand.