Hey guys.
Im having some problems with python. I need to create a function that takes in two arguments where
the first is a sequence(string) of letters. The other is also a string but of integers, that tells me start and stop that I want to cut out from the sequence.
the fuction should return a string of the cut-out.
Can anyone give a clue?