The random module also has some functions to generate random integers: randint(a, b) returns a random integer n such that a <= n <= b (end value 'b' included) ...
確定! 回上一頁