Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70afdc9 commit 58c9c3bCopy full SHA for 58c9c3b
Notes/02_Working_with_data/07_Objects.md
@@ -11,7 +11,7 @@ Many operations in Python are related to *assigning* or *storing* values.
11
12
```python
13
a = value # Assignment to a variable
14
-s[n] = value # Assignment to an list
+s[n] = value # Assignment to a list
15
s.append(value) # Appending to a list
16
d['key'] = value # Adding to a dictionary
17
```
0 commit comments