Commit 483f59b2 by BellCodeEditor

auto save

parent 72ac25e1
Showing with 5 additions and 0 deletions
random模块
1.random.choice(列表) 从一个列表中随机抽取一个元素
2.random.random() 从0-1中随机一个小数
3.random.randint(数字1,数字2) 从数字1到数字2随机一个整数
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment