More Challenging Python Problems
Some more challenging programming problems for the Python class
More Challenging Python Problems
Random choice from a list
- Create a list
- Prompt for some words, and collect them in a list
- Choose one of the words randomly and display it
Two Dice Throw
Simulate throwing two dice
Histogram of Dice Throw Results
1. Simulate throwing two dice, and display the counts of each outcome
