asked 113k views
5 votes
Write a statement that inserts the value 'wash dog' into the list activities so that it becomes the element at index 2.

asked
User Sunjoo
by
8.3k points

1 Answer

3 votes

I don't have much context on it or what programming language you want so...

activities[2] = 'wash dog'

answered
User IvanMih
by
8.6k points

No related questions found