Monty Hall problem: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: alterantive -> alternative)
Line 375: Line 375:
del unpicked[choice]
del unpicked[choice]


# Out of those unpicked, the alterantive is either:
# Out of those unpicked, the alternative is either:
# the prize door, or
# the prize door, or
# an empty door if the initial choice is actually the prize.
# an empty door if the initial choice is actually the prize.