Skip to content

Commit

Permalink
Function returns the perimeter of the island.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafara-N committed Aug 29, 2024
1 parent 26fd3fb commit 4858aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0x09-island_perimeter/0-island_perimeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Function returns the perimeter of the island
"""


def island_perimeter(grid):
"""
Function returns the perimeter of the island
Expand Down

0 comments on commit 4858aa8

Please sign in to comment.