Computer Science, asked by bnrsaswotirout, 4 months ago

Slicing
Use slicing to find the first four elements of the following string:
[3]: Letters="ABCDEFGHIJK"​

Answers

Answered by valeriy69
0

letters = "ABCDEFGHIJK"

print(letters[0:4])

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

Similar questions