Computer Science, asked by gurjas58, 6 months ago

Display 4 characters extracted from 5th character onwards from string ABCDEFG​

Answers

Answered by RuwaisnZaid
3

Explanation:

THIS IS IN PYTHON CODE:

LENGTH = LEN(STRING)

K = LIST(STRING)

PRINT(K[3:])

MARK ME AS BRAINLY:

Similar questions