percy07
|
f8e97aa597
|
Update basic_maths.py (#1517)
* Update basic_maths.py
Add Doctests.
* Update basic_maths.py
* Add a space to fix the doctest
|
2019-10-29 21:54:31 +01:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
PatOnTheBack
|
a2236cfb97
|
Improve Formatting and Code Quality (#934)
* Improved Formatting of basic_maths.py
- Added docstrings.
- Improved whitespace formatting.
- Renamed functions to match snake_case.
* Improved Formatting of factorial_python.py
- Added docstrings.
- Improved whitespace formatting.
- Renamed constants to match UPPER_CASE.
* Improved Formatting of factorial_recursive.py
- Improved whitespace formatting to meet PyLint standards.
* Improved Code to Conform to PyLint
- Renamed `max` to `max_num` to avoid redefining built-in 'max' [pylint]
- Removed unnecessary parens after 'while' keyword [pylint]
* Improved Formatting of factorial_recursive.py
- Added docstrings.
- Improved whitespace formatting.
|
2019-07-02 09:35:43 +05:30 |
|
Alex Brown
|
91fccecb56
|
snake_case all the things
|
2018-10-19 17:14:25 -05:00 |
|