Skip to content

string length calculator #337

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

Open
SvenjaKern opened this issue Sep 6, 2023 · 0 comments
Open

string length calculator #337

SvenjaKern opened this issue Sep 6, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@SvenjaKern
Copy link
Contributor

SvenjaKern commented Sep 6, 2023

Please describe the module you would like to add to bricks
A brick calculating the lenght of a string

Do you already have an implementation?
Should be a very easy attempt like

def string_length(string):
      return len(string)

Additional context

@SvenjaKern SvenjaKern added enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request labels Sep 6, 2023
@SvenjaKern SvenjaKern self-assigned this Sep 6, 2023
@LeonardPuettmannKern LeonardPuettmannKern changed the title string lenght calculator string length calculator Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant