Go to file
Freezed 043d088405 🔀 Merge branch '2-techtest'
Print the state of a sand `pile` after droping `n` sand grain on top of it.

* Sand pile is a square table of uneven size (viewed from up)
* Sand grain is always dropped on center of pile
*  When a cell had 4 grains inside, these grains moves on the near 4th cells
*  Grains going out the pile are losts
2020-07-16 13:07:58 +02:00
nice-scripts Testing __init__ method in a Class 2019-09-22 17:39:48 +02:00
openclassrooms-trainings Reorganise repo 2019-09-06 15:46:11 +02:00
stackex-examples Reorganise repo 2019-09-06 15:46:11 +02:00
technical_tests 🔀 Merge branch '2-techtest' 2020-07-16 13:07:58 +02:00
.gitignore Update .gitignore 2020-03-09 22:54:05 +01:00
LICENSE Initial commit 2017-12-23 22:37:28 +01:00
README.md Update README 2019-09-06 15:45:43 +02:00
xkcd-password.py Add password generator 2020-03-09 23:06:14 +01:00

README.md

My Python Sandbox

A place for trainings & some scripts worth keeping.

Started originally with Open Classrooms courses