🏠
Working from home
Pinned Loading
-
fractal-generator
fractal-generator PublicForked from jad-issa/fractal-generator
Generating fractals
Python
-
-
-
roumieh-advanced-software-society/Introduction-to-Python-Workshop
roumieh-advanced-software-society/Introduction-to-Python-Workshop PublicRepository of all the content that is used Workshop: Introduction to Python - Part 1
Jupyter Notebook
-
TinyTacToe. This is my attempt at wr...
TinyTacToe. This is my attempt at writing a tic tac toe game in Python with a minimal CLI in as little lines as possible. This includes some arbitrary restrictions I set on myself such as sticking to the 80 characters/line limit. 1c1, c2, c3, c4, c5, c6, c7, c8, c9, c, player = [" "] * 9 + ["10", 0]
2l = lambda a, b, c: a.strip() * (a == b == c)
3check = lambda : (l(c1,c2,c3) + l(c4,c5,c6) + l(c7,c8,c9) + l(c1,c4,c7)
4+l(c2,c5,c8) + l(c3,c6,c9) + l(c1,c5,c9) + l(c3,c5,c7))
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.