摘要:
import random print(random.random()) #0.1-1 print(random.randint(1,8)) #1-8 print(random.choice("helloworld")) #h e l l o w o r l d 打散字符串,随机输出一个。 prin 阅读全文
posted @ 2020-01-28 15:36
三道_python
阅读(3383)
评论(0)
推荐(0)