Skip to content

Commit

Permalink
Multiplication and Area after review
Browse files Browse the repository at this point in the history
majdadel20 committed Jan 11, 2025
1 parent 6512d2b commit c1a8178
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solutions/area_circle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Group: ET6-foundations-group-16
Author:Majd Abualsoud
Date: January 11, 2025
This module provides a function to calculate the area of a circle given its radius.
"""

3 changes: 3 additions & 0 deletions solutions/multiplication.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env python3
# -- coding: utf-8 --
"""
Group: ET6-foundations-group-16
Author:Majd Abualsoud
Date: January 11, 2025
A module for multiplying two numbers.
Module contents:
- multiply_numbers: Multiplies two numbers and returns the product.
3 changes: 3 additions & 0 deletions solutions/tests/test_area_circle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""
Group: ET6-foundations-group-16
Author:Majd Abualsoud
Date: January 11, 2025
Test suite for the area_of_circle function.
"""

3 changes: 3 additions & 0 deletions solutions/tests/test_multiplication.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Group: ET6-foundations-group-16
Author:Majd Abualsoud
Date: January 11, 2025
Test module for multiply_numbers function.
Test categories:

0 comments on commit c1a8178

Please sign in to comment.