Skip to content

Create String slicing and indexing tasks#25

Open
Badrinath2006 wants to merge 1 commit into
Deepakraghavan01:mainfrom
Badrinath2006:patch-2
Open

Create String slicing and indexing tasks#25
Badrinath2006 wants to merge 1 commit into
Deepakraghavan01:mainfrom
Badrinath2006:patch-2

Conversation

@Badrinath2006
Copy link
Copy Markdown

  1. Extract the first character of a string.
  2. Extract the last character of a string.
  3. Extract the first 5 characters of a string.
  4. Extract the last 5 characters of a string.
  5. Extract characters from index 2 to 7 of a string.

1. Extract the first character of a string.
2. Extract the last character of a string.
3. Extract the first 5 characters of a string.
4. Extract the last 5 characters of a string.
5. Extract characters from index 2 to 7 of a string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant