sanaarhine sanaarhine 07-10-2022 Computers and Technology contestada You wrote a program to allow the user to guess a number. Complete the code to generate a random integer from one to 10. from random import* # Generate and save a random number. correct = _________(1,10)