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

随机数

时间:2018-06-26 23:45:39      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:for   and   ==   range   random   TE   imp   随机   int   

65~90  为对应的大写字母

import random

temp =‘‘

for i in range(6):

  num = random.randrange(0,4)

  if num==3 or num ==1:

    rad2= random.randrange(0,10)

    temp = temp + str(rad2)

  else:

    rad=random.randrange(65~90)

    c = chr(rad)

    temp =temp+c

peint(temp)

随机数

标签:for   and   ==   range   random   TE   imp   随机   int   

原文地址:https://www.cnblogs.com/huangguabushihaogua/p/9231647.html

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