HOW TO PRINT STRING SLICING IN PYTHON
Slicing Strings
Specify the start index and the end index, separated by a colon, to return a part of the string.
INPUT:-
OUTPUT:-
THANK YOU..!!💫
HOW TO PRINT STRING SLICING IN PYTHON
Specify the start index and the end index, separated by a colon, to return a part of the string.
INPUT:-
0 Comments