Computer Science, asked by BabyRagu, 8 months ago

As Python allows string slicing. What is the output of below code: s='cppbuzz chicago' print(s[3:5])​

Answers

Answered by sowrabhpandey
9

Answer:

Python allows string slicing. What is the output of below code: s='cppbuzz chicago' print(s[3:5])

Similar questions