Skip to content

Steps on Steps #23

Description

@xasterKies

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)
'# '
'## '
'###'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

HardHard problemtrivialquestionable problem

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions