Monty Hall problem: Difference between revisions

m
Line 664:
 
=={{header|Emacs Lisp}}==
=={{trans|Picolisp}}==
<lang lisp>
(defun montyhall (keep)
Line 690:
Strategy switch: 66.430 %
</pre>
 
=={{header|D}}==
<lang d>import std.stdio, std.random;