Python 用random函数从(0,100)中随机生成4位验证码

1、代码实现以下:javascript import random print(random.sample(range(101),4))
相关文章
相关标签/搜索