Question from the Python - Fundamentals test

Replace `h` with `enumerate()` in the following code:

Easy

What can we replace h with in the following code ?

for i,e in h(['A', 'B', 'C']):
	print(f'liste[{i}] = {e}')
Author: ThéoStatus: PublishedQuestion passed 315 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!