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
Hello wold Happy
sensi
Add missing names
add lambda
Place strings to proper bucket
How to make a foolto my friend ?
python, Polymorphie, attributes, setter and getter the pythonic way (V3)
sendi
Sieve of Eratosthenes
Ej2_PYTHON_203700377.