index() method tuple python

PHOTO EMBED

Sat Aug 26 2023 09:49:26 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

homework = ("Multiplication Table of Two", \
"A poem on environment", "Multiplication Table of Two",\
"Process of Photosynthesis",\
"Maps of the world", "glorious past revision",\
"Multiplication Table of Two")

print(homework)
print()
print(homework.index("Multiplication Table of Two"))
content_copyCOPY