计算机网络/计算机科学与应用/系统/运维/开发

Python随机数

import random


# 生产随机数0-2的随机数

computer = random.randint(0,2)



再长的路,一步步也能走完,再短的路,不迈开双脚也无法到达

评论

^