Suppose you want to generate a random integer between 1 and 10 (limits included), but you can only use the random() function from the random module. How oo you do that?
random()
random
A random integer between 1 and 10 (limits included).