Skip to content

Steps on Steps #23

@xasterKies

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

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