Computer Science, asked by ksingh7203, 11 months ago


What happens when from a string slice you skip the start and/or end values of the slice?

Answers

Answered by maniyachawla12
7

Answer: This may help you

Explanation:

The slice() method extracts parts of a string and returns the extracted parts in a new string.

Use the start and end parameters to specify the part of the string you want to extract.

The first character has the position 0, the second has position 1, and so on.

*Tip: Use a negative number to select from the end of the string.

Answered by VedantNagar
0

Answer:

Nahi pta bhai aur na hi mil rha hai

Similar questions