This is how you can do it import random ## generate 6 random numbers nums = [random.randrange(0, 9) for _ in range(6)] days = nums ...
確定! 回上一頁