As Python allows string slicing. What is the output of below code: s='cppbuzz chicago' print(s[3:5])
Answers
Answered by
9
Answer:
Python allows string slicing. What is the output of below code: s='cppbuzz chicago' print(s[3:5])
Similar questions