What method would you use to move a specific key to the end of an OrderedDict?
shift_to_end(key)
move_to_end(key)
push(key)
push_to_back(key)
This question is part of this quiz :