美文网首页
Lesson9 random

Lesson9 random

作者: 膜拜单车 | 来源:发表于2018-03-29 22:26 被阅读0次

    引入模块的方法:

    from 模块名 import 方法名

    eg.
    from random import randint
    random是随机数模块,randint是整数。表达式eg.
    num=randint(1,100) #取1-100中随机整数(包含1和100),赋值给num

    相关文章

      网友评论

          本文标题:Lesson9 random

          本文链接:https://www.haomeiwen.com/subject/mvwvcftx.html