The probability distribution of a discrete random variable X is a list of each possible value of X together with the probability that X takes that value in one
trial of the experiment.
$git clone https://github.com/Stem-O/Probability-DistributionWhile running the tool you must supply with an integer as an argument otherwise it will return an IndexError
Traceback (most recent call last):
File "probability_distribution.py", line 6, in <module>
arg = sys.argv[1]
IndexError: list index out of range$python3 probability_distribution.py <number of x values>
