Not Solved
Extract characters after the fifth index
Write a function that takes a string and returns all characters after the fifth index.
Beginner
sample input: "abcdefg"
sample output: fg
Loading...
Test Output:
sample input: "abcdefg"
sample output: fg
Test Output: