Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
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?
Output
A random integer between 1 and 10 (limits included).