[Tutor] Show commands [correction]

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sun Dec 29 02:59:01 2002


> The deck.deal() function takes in a list of hands, and also takes in how
> many cards each hand should be dealt.

That was silly of me.  That's totally wrong.  Sorry, I was careless when I
typed that above.

I meant to say: deck.deal() takes in a list of hands, and also takes in a
number of cards that it should deal to those hands.  If we deal 20 cards
to 5 hands, each hand's going to have 4 cards by the end of the deal.


Sorry about the confusion!