python查询标准库中函数的使用说明:
1.导入标准库 import random
2.查询该标准库中有什么 dir(random)
3.用help查询 help(random.randint)
1.导入标准库 import random
2.查询该标准库中有什么 dir(random)
3.用help查询 help(random.randint)
本文标题:2018-11-24
本文链接:https://www.haomeiwen.com/subject/csleqqtx.html
网友评论