try passing the min & value to the randint() import random def randint(min=0,max=100): a = random.randint(min,max) return a randint().
確定! 回上一頁