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

   Log in to start


From course:

Tipovi podataka

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

Kako liste mogu mijenjati svoje članove? (primjer)

Author: Ines Radonić



Answer:

Pridružbom izraza indeksiranom članu. Na primjer: x = [1, 2, 3, 4] x[1] = 42 # x je sada [1, 42, 2, 3]


0 / 5  (0 ratings)

1 answer(s) in total