Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve string access information #2

Open
AngelOnFira opened this issue Dec 6, 2022 · 0 comments
Open

Improve string access information #2

AngelOnFira opened this issue Dec 6, 2022 · 0 comments

Comments

@AngelOnFira
Copy link
Member

AngelOnFira commented Dec 6, 2022

In the list file, information about accessing strings is written as follows:

### Access

```python
example_list [-1] # Backwards accessing
example_list [2:5] # Third, Fourth and Fifth item 
example_list [2:] # Access from third time to the end of the list

This section would do well with more information about parsing strings, splitting strings, and otherwise getting information out of them.

@AngelOnFira AngelOnFira converted this from a draft issue Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant