Find trusted answers to your questions with the help of IDNLearn.com's knowledgeable community. Get prompt and accurate answers to your questions from our community of knowledgeable experts.

stuff = []

stuff.append("emu")
stuff.append("frog")
stuff.append("iguana")

print(stuff)
What data type are the indexes in stuff?