Computer Science, asked by vinaysha133, 4 months ago

13. If the following code is executed, what will be the output of the following
2.
code?
name="ComputerSciencewithPython"
print(name[3:10])​

Answers

Answered by rintukumar45884
2

Answer:

name="ComputerSciencewithPython"

print(name[3:10])

Similar questions