-
Notifications
You must be signed in to change notification settings - Fork 20
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
Steps on Steps #23
Comments
please assign it to me |
assign me @xaster-Kies |
Done @janWICKEDpro |
please assign me |
Done @xxxSkypper |
please assign me |
@xaster-Kies and @Wandji69 , all this issues are way to easy and are something to test beginners... Shoudn't you guys think of increasing the level a little... |
Hi @allenbangai, I will see how to update the issues and your welcome to pin me if you want to share the more difficult level tasks which can be added. |
Sure about that...
…On Tue, Mar 22, 2022, 8:46 AM Collins C Wandji ***@***.***> wrote:
Hi @allenbangai <https://github.com/allenbangai>, I will see how to
update the issues and your welcome to pin me if you want to share the more
difficult level tasks which can be added.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF7P342JVP6SBF6XM3ORB3VBF3EBANCNFSM5HH5RHPQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Directions
Write a method or function that accepts a positive number N. The function should print a step shape with N levels using the # character. Make sure the step has spaces on t right hand side. Make sure to use methods and functions where necessory
You can code this with any language of your choice!
Examples
steps(2)
'# '
'##'
steps(3)
'# '
'## '
'###'
The text was updated successfully, but these errors were encountered: