balvaradolj balvaradolj 13-01-2021 Computers and Technology contestada Look at the following Python code: word1 = "Umpire" print(word1[1]) Which character will be indexed from word1 and printed to the screen? (5 points) 1. U 2. m 3. p 4. i