Maze generation: Difference between revisions

(→‎{{header|C}}: replaced long and unreadable code.)
(→‎{{header|Python}}: incorrect tag)
Line 1,256:
 
=={{header|Python}}==
{{incorrect|Python|Generated maze may contain sealed off sections, whereas a correct implementation shouldn't have that.}}
<lang Python>from random import randrange, choice
 
Anonymous user