2条回答 默认 最新
- threenewbee 2018-10-09 16:09关注
https://blog.csdn.net/flyfrommath/article/details/52994041
a = list(range(1,39))
b = random.sample(a,7)
number1 = b[0]
number2 = b[1]
...本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
https://blog.csdn.net/flyfrommath/article/details/52994041
a = list(range(1,39))
b = random.sample(a,7)
number1 = b[0]
number2 = b[1]
...