Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
import random line = "" lines = 0 while lines < 26: while len(line) < 51: line += random.choice('╱╲') if lines < 26: print(line) lines += 1 line = ""
run
|
edit
|
history
|
help
0
(P3) Zadanie Kolokwium 2013: Trójkąty i trójkąty
Depth First Search - Find if path exists
iya
Ok
A list is shuffled and reshuffled till the 0th index of the list matches
Add missing person
9th jan
Hello
Sum
PyMenuClass2