You have given a Python list. Write a program to find value 20 in the list, and if it is present, replace it with 200. Only update the first occurrence of an item.
belongs to collection: Python List Exercises
All Answers
total answers (1)
belongs to collection: Python List Exercises
total answers (1)
Hint:
index(20)
to get the index number of a 20Solution:
Explanation in video:
need an explanation for this answer? contact us directly to get an explanation for this answer