✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Was ist das Resultat von folgendem Code:Find the output of the following program:
nameList = ['Hans', 'Peter', 'Daniel', 'Kurt']pos = nameList.index("Wing")print (pos * 3)