码迷,mamicode.com
首页 > 其他好文 > 详细

利用random随机函数实现抽奖方法

时间:2020-06-14 00:54:03      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:dom   span   and   rand   for循环   port   input   print   实现   

#这是一个抽奖的方法,根据用户输入的开奖数量,利用random随机函数进行for循环最后得出随机数字
import random

b=int(input())

for i in range(b):
    a=random.randint(0,100)
    print(a)

 

利用random随机函数实现抽奖方法

标签:dom   span   and   rand   for循环   port   input   print   实现   

原文地址:https://www.cnblogs.com/onelove1/p/13122324.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!