Ray-casting algorithm: Difference between revisions

m
→‎{{header|Python}}: Expose all defs in scrolling window (for firefox on Windows at least).
m (→‎{{header|Python}}: Expose allbut-main in scrolling window)
m (→‎{{header|Python}}: Expose all defs in scrolling window (for firefox on Windows at least).)
Line 704:
 
=={{header|Python}}==
<div style="height:110ex111ex;overflow:scroll"><lang python>from collections import namedtuple
from pprint import pprint as pp
import sys
Anonymous user