SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Data Science 1 exam

» Start this Course
(Practice similar questions for free)
Question:

Change List Elements

Author: Jessica Ruvalcaba



Answer:

List1[2] = “Lisa” print(List1) #It prints [val1, val2, “Lisa”, …]


0 / 5  (0 ratings)

1 answer(s) in total