*In Python* Write a Python program that gives you the best possible hand. For instance, program-takes/User-inputs 5 or 3
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
*In Python* Write a Python program that gives you the best possible hand. For instance, program-takes/User-inputs 5 or 3
*In Python*Write a Python program that gives you the bestpossible hand. For instance, program-takes/User-inputs 5 or3 cards on deck (10 spade, 9 spade, 8 spade), then it takesinput of what You/User have. for instance (7 spade, 6 spade), thenit outputs the best possible hand like Flush. Implement Wild cardif possible.In other words, The program returns the rank of the best5-card hand from a list of 5 to 7 cards.Please also state how you ran your program and outputs.