Display 4 characters extracted from 5th character onwards from string ABCDEFG
Answers
Answered by
3
Explanation:
THIS IS IN PYTHON CODE:
LENGTH = LEN(STRING)
K = LIST(STRING)
PRINT(K[3:])
MARK ME AS BRAINLY:
Similar questions