Ray-casting algorithm: Difference between revisions

m
→‎{{header|Python}}: Expose allbut-main in scrolling window
(Added Haskell.)
m (→‎{{header|Python}}: Expose allbut-main in scrolling window)
Line 704:
 
=={{header|Python}}==
<div style="height:70ex110ex;overflow:scroll"><lang python>from collections import namedtuple
from pprint import pprint as pp
import sys
Anonymous user