We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc200ae commit d3045eeCopy full SHA for d3045ee
DIRECTORY.md
@@ -704,6 +704,8 @@
704
* [Test Pascals Triangle](https://github.com/BrianLusina/PythonSnips/blob/master/pymath/pascals_triangle/test_pascals_triangle.py)
705
* Perfect Square
706
* [Test Perfect Squares](https://github.com/BrianLusina/PythonSnips/blob/master/pymath/perfect_square/test_perfect_squares.py)
707
+ * Rectangle Area
708
+ * [Test Compute Area](https://github.com/BrianLusina/PythonSnips/blob/master/pymath/rectangle_area/test_compute_area.py)
709
* Super Size
710
* [Test Super Size](https://github.com/BrianLusina/PythonSnips/blob/master/pymath/super_size/test_super_size.py)
711
* Triangles
0 commit comments