| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Contributor(s): Shreyas Daniel
Please star if you found this repo helpful.
Contribute by forking this repo.
Watch to get updates about this repo.
pip install -r requirements.txt
calculator.py : Pythons eval() fuction to implement a calculator.
collatz.py : Collatz conjecture: Begin with a number and if it's even: divide by 2, if odd: multiply by 3 and add 1; continue with the resulting nos. and eventually it reaches 1.
MathGame.py : A math game with 3 levels, 2 operands, 4 operators and grades accordingly.
xkcd_comics.py : Downloads the latest XKCD comic into a new folder (comics).
| Back | FazBrowse Home | New Git URL |