bricks icon indicating copy to clipboard operation
bricks copied to clipboard

string length calculator

Open SvenjaKern opened this issue 2 years ago • 1 comments

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 avatar Sep 06 '23 08:09 SvenjaKern

Hey, could you please assign this issue to me?

Gitanjali1909 avatar Sep 03 '25 19:09 Gitanjali1909