要获得一个随机的3位数: from random import randint randint(100, 999) # randint is inclusive at both ends. (假设你指的是三位数字,而不是“最多 ...
確定! 回上一頁