Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was trying to write a code for scrabble game but i am facing a problem how to send the tuple of the word and score ([("XXX", 1), ("ZZZ", 11), ("WWW",11), ("YYY, 8)]) to a function. And even how that function sorts the tuple in descending order and rerun all those tuples with the maximum score.
Thanks
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900