pophead3002 pophead3002 16-10-2020 Computers and Technology contestada Look at the following Python code: word1 = "Umpire" word2 = word1[0:3] Which characters will be sliced from word1 and assigned to word2? Ump Umpi mpi pire