Skip to content

Commit

Permalink
case converter description improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
larymak committed Mar 28, 2024
1 parent 873b86b commit c6396b8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,9 +7,9 @@ dashedName: step-12

# --description--

Inside the `main()` function, replace the `pass` statement, with a call to `convert_to_snake_case()`, passing the string `'aLongAndComplexString'` as input.
Inside the `main()` function, replace the `pass` statement, with a call to `convert_to_snake_case()` function, pass in the string `'aLongAndComplexString'` as input.

To display the output, enclose the fucntion call within the `print()` function.
To display the output, enclose the function call within the `print()` function.

# --hints--

Expand Down

0 comments on commit c6396b8

Please sign in to comment.