bricks
bricks copied to clipboard
string length calculator
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
Hey, could you please assign this issue to me?