Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 217 Bytes

montyhall

Playing with the Monty Hall problem

Usage

>>> from montyhall import montyhall
>>> montyhall(1000)
True: 658 [65.8]
False: 342 [34.2]

Use change_door=False to not change the choice.