Update exercises/concept/card-games/.meta/exemplar.py
This commit is contained in:
@@ -37,7 +37,7 @@ def list_contains_round(rounds, number):
|
|||||||
|
|
||||||
|
|
||||||
def card_average(hand):
|
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.
|
:param hand: list - cards in hand.
|
||||||
:return: float - average value of the cards in the hand.
|
:return: float - average value of the cards in the hand.
|
||||||
|
|||||||
Reference in New Issue
Block a user