Using len() as an index gives syntax error

lst[ len( lst ) - 3 ] gives me a syntax error
is len() not valid as an index?

please see this topic:

How to ask good questions (and get good answers)

you currently provide to little information

1 Like