Seudónimo Seudónimo 16-11-2020 Computers and Technology contestada Which statement will remove 12:'uno' from the dictionary? games = {8:'scrabble', 10:'xbox', 12:'uno'} games.remove() games.pop(12) games.pop() games.remove(12)