If the following code is executed, what will be the output of the following code?
name='"Computer Sciencewith Python"
print(name[3:10])
Answers
Answered by
8
Output of the snippet:
puter S
Similar questions