How can you implement it without using in-built functions ?
@sumanpАй бұрын
everything is about ascii
@CodeWithZiАй бұрын
the built in functions used here are to make the code cleaner but they are all replaceable, for example we can replace slice by actually accessing the letter in the string, but since these built in functions are simple and they don't do the task for us, its fine