Computer Science, asked by Nokxic, 5 months ago

If the following code is executed, what will be the output of the following code?

Name=”ComputerScinecewithPython”

print(Name[3:10])​

Answers

Answered by saifakhtar60
0

Answer:

=will be the output code

Explanation:

I think it will help you

Answered by Oreki
3

Output:

puterSc

Explanation:

As it returns str from index position 3 to 10.

Similar questions