mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
Merge pull request #702 from shindeakshay0211/Fix-592-Spelling-Mistake
Fix-592-Spelling-Mistake
This commit is contained in:
commit
d51bec2d20
@ -93,7 +93,7 @@ len(tpl)
|
||||
first_fruit = fruits[0]
|
||||
second_fruit = fruits[1]
|
||||
last_index =len(fruits) - 1
|
||||
last_fruit = fruits[las_index]
|
||||
last_fruit = fruits[last_index]
|
||||
```
|
||||
|
||||
- Negative indexing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user