Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 67 Online
OpenStudy (anonymous):

could someone help me with:a function askForcard() which takes a card and a hand and return a tuple where first part of the tuple is a Boolean value if the cardvalue is found in the hand. For example, if we are asking our opponent for a ‘J’ and the opponents hand is [('H', 'A'), ('D', 'J')] we are retuned tuple where first part is a boolean value indicating if the card is present and second part returns the position of the card in the opponents hand, if the card is not there just return 0 for position.

OpenStudy (anonymous):

check out: http://www.greenteapress.com/thinkpython/thinkCSpy/html/chap15.html it implements a card game (old maid) while teaching about classes (chapter 16 too).... it might give you some ideas.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!