Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f5d9399

Browse files
Update README.md
1 parent 30f3fe7 commit f5d9399

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎exercises/01.2-Retrieve-items/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ The only way of accessing a particular element in an `list`(in python), is using
88
An `index` is an integer number that represents the `position` you want to access in the list.
99

1010
You need to `wrap` the index into `brackets` like this:
11-
```js
12-
my_value = list[index];
11+
```py
12+
my_value = list[index]
13+
1314
```
1415

1516
## 📝 Instructions

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /