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 @@ -1245,8 +1245,9 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
1245
1245
| ``s.pop() `` or ``s.pop(i) `` | retrieves the item at *i * and | \( 2) |
1246
1246
| | also removes it from *s * | |
1247
1247
+------------------------------+--------------------------------+---------------------+
1248
- | ``s.remove(x) `` | remove the first item from *s * | \( 3) |
1249
- | | where ``s[i] `` is equal to *x * | |
1248
+ | ``s.remove(x) `` | removes the first item from | \( 3) |
1249
+ | | *s * where ``s[i] `` is equal to | |
1250
+ | | *x * | |
1250
1251
+------------------------------+--------------------------------+---------------------+
1251
1252
| ``s.reverse() `` | reverses the items of *s * in | \( 4) |
1252
1253
| | place | |
You can’t perform that action at this time.
0 commit comments