Computer Science, asked by tanishquegothwal2007, 6 months ago







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 Oreki
8

Output of the snippet:

puter S

Similar questions