v0 =np.arange(10) v1 = np.random.rand(10) for val0, val1 in zip(v0, v1): print('indice ',val0, ' et valeur associée ', val1)