SyntaxFix
Write A Post
Hire A Developer
Questions
Yes, it is possible since lists are mutable.
Look at the built-in enumerate() function to get an idea how to iterate over the list and find each entry's index (which you can then use to assign to the specific list item).
enumerate()