Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: convert pyramid generator project into lab #590

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dario-DC
Copy link
Contributor

Checklist:

Closes #567

@Dario-DC Dario-DC added Frontend Cert Labs Team This work is for the labs team only status: waiting review labels Sep 16, 2024
@@ -0,0 +1,8 @@
1. You should have a function name `pyramid` that takes three arguments.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. You should have a function name `pyramid` that takes three arguments.
1. You should have a function named `pyramid` that takes three arguments.

1. The first argument should be a string representing the pattern character to repeat in your pyramid.
1. The second argument should be an integer representing the number of rows in the pyramid.
1. The third argument should be a Boolean value.
1. `pyramid` should return a string in which the pattern character is repeated and arranged to form a pyramid having the vertex facing upwards when the third argument is `false`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. `pyramid` should return a string in which the pattern character is repeated and arranged to form a pyramid having the vertex facing upwards when the third argument is `false`.
1. The `pyramid` function should return a string in which the pattern character is repeated and arranged to form a pyramid having the vertex facing upwards when the third argument is `false`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Cert Labs Team This work is for the labs team only status: waiting review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: convert pyramid generator project to lab
2 participants