Python allows string slicing. What is the output of the code given below?
s='acpbuzx ehicapo' print(s[3:5])

Posted on by