String_chopper

String_chopper
Write the function stringChopper which takes two integers, start and end, and a string
and does the following:

*check if start is greater than end
*if this is true, slice the string from start to end
*else, flip the two values start and end and then slice the string.

You may assume that start and end are both greater than 0 (aka they are non negative)

READ ALSO :   BMW in CHINA