darksky9877 darksky9877 21-09-2022 Computers and Technology Answered Write a function called random10 that accepts no arguments and returns a random integer in the range 1 to 10, inclusive. You may assume that the random module has been imported.