File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,8 +1209,9 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
1209
1209
| ``s.pop() `` or ``s.pop(i) `` | retrieves the item at *i * and | \( 2) |
1210
1210
| | also removes it from *s * | |
1211
1211
+------------------------------+--------------------------------+---------------------+
1212
- | ``s.remove(x) `` | remove the first item from *s * | \( 3) |
1213
- | | where ``s[i] `` is equal to *x * | |
1212
+ | ``s.remove(x) `` | removes the first item from | \( 3) |
1213
+ | | *s * where ``s[i] `` is equal to | |
1214
+ | | *x * | |
1214
1215
+------------------------------+--------------------------------+---------------------+
1215
1216
| ``s.reverse() `` | reverses the items of *s * in | \( 4) |
1216
1217
| | place | |
You can’t perform that action at this time.
0 commit comments