List Python Tutorial

knights = ['We', 'are', 'the', 'knights', 'who', 'say', 'ni']
print knights.index('who')