# Bug report ### Bug description: ```python # The result is 0? why? I think it should be three ``` tupleTest = (1,5,'gg',True,'kk',False) print(tupleTest.index(True)) ### CPython versions tested on: 3.12 ### Operating systems tested on: Windows