Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MIT-Emerging-Talent/ET6-foundations…
Browse files Browse the repository at this point in the history
…-group-22
  • Loading branch information
TibyanKhalid committed Jan 12, 2025
2 parents 606d941 + 4bde585 commit afb55bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/calculate_square_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def calculate_square_area(side_length: float) -> float:
"""The function asks the user to enter the side length of the square
and the function returns the area of the square.
and then the function returns the area of the square.
Parameter:
side_length in integer or float
Expand Down

0 comments on commit afb55bf

Please sign in to comment.