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 456 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Python