Browse Source

List

pull/3/head
Jure Šorn 6 years ago
parent
commit
d6839281a7
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -34,7 +34,7 @@ list_of_chars = list(<str>)
<list>.insert(index, <el>)
<el> = <list>.pop([index])
<list>.remove(<el>)
<int> = <list>.index(<el>)
index = <list>.index(<el>, [start, [stop]])
```

Loading…
Cancel
Save