Back to Basics - Python #03
Better than sliced bread
String slicing allows us to extract specific portions of a string by specifying a start and an end indices. We can even skip characters! How about that! For beginners, slicing things using a programming language can be a conf...
charlesdebarros.hashnode.dev3 min read