Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
PyFoodBevOCP
kenken1
PySlots
PyClassBinSearch
Convert to lowercase
sai hw
RemoveDuplication
Homework exercise
31 dec dil khush
Python_Hello_World
Please log in to post a comment.