serenitygraham33 serenitygraham33 26-04-2021 Computers and Technology contestada You have previously used slicing with strings. What is the output? str = 'abcdef' print(str[2:5]) cde bcde cdef bcd