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
2
Answer:
name="ComputerSciencewithPython"
print(name[3:10])
Similar questions