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
dictionary function
square cube
0
fibonacciseries
3-6.격자판 최대합
StringManipulation
Transpose matrix
Idd or even
ok
Convert String to Lower Case