autos = ["vw", "bmw", "toyota", "ford"] anzahl_autos = len(autos) for i in range(2,4): print(autos[i])