For a list ["foo","bar","baz"] and a variable "bar", what's the cleanest way to get its index 1 in python?
|
1
|
|
|
|
|
|
1; |
||
|
|
|
|
One thing that is really helpful in learning Python is to use the interactive help function:
which will often lead you to the method you are looking for. |
||
|
|
