We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
SvenjaKern
No branches or pull requests
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
Additional context
The text was updated successfully, but these errors were encountered: