Skip to content

Commit

Permalink
pine_tree_art.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
fevziismailsahin committed Jan 12, 2025
1 parent a990dca commit 5d1415d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions solutions/pine_tree_art.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,3 @@ def pine_tree_art(height: int = 10, trunk_width: int = 3, trunk_height: int = 3)

# Return the tree as a single string with an extra newline at the end
return "\n".join(tree) + "\n"


# Example usage
if __name__ == "__main__":
print(pine_tree_art())

0 comments on commit 5d1415d

Please sign in to comment.