String Indexing
Open
language
- Dominant language
- Python
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Algo muy util en varios lenguajes es poder acceder a caracteres individuales en cadenas: `"abc"[0]` devuelve `a`, `"abc"[1]` devuelve `b` y `"abc"[2]` devuelve `c`. Valores por encima de eso lanzan error.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by locating the interpreter entry point that evaluates string expressions and any existing expression tests. Confirm how character access and out-of-range indices are represented, then verify that the documented examples return the expected characters and larger indices raise an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100