cece1216 cece1216 09-12-2020 Computers and Technology contestada To generate integers between and including -10 to 10 you would use:random.randint(-10, 10)random.random()*20 + -10random.random(-10, 10)randint(-10, 10)I will give Brainliest