Answer:
The index of 50 is 2.
Explanation:
Index method is sued to return the index of a number or element in a list.
The syntax of using the index method when we have to find the index of a specific element is:
>>>ListName.Index(element)
It has to be remembered that the indexes of a list start from zero.
In the given statements, first a list is created with elements and the second statement will get the index of 50 in the list.
Hence,
The index of 50 is 2.
The next line can be written to display the index of 50 as:
print("The index of 50 is:",my Tuple.index(50))
1936
First programmable computer. The Z1 was created by German Konrad Zuse in his parents' living room between 1936 and 1938. It is considered to be the first electromechanical binary programmable computer, and the first really functional modern computer.