机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
C++
在线答题
积分排行榜
活跃排行榜
网盘
链接
打字练习
Microbit
未登录
未登录
登录学习
作者:
宣泽玺
更新时间:
2024-05-26 15:09
浏览:
402次
点赞:
0次
热度:
20
import random as a #------------------------------------------整------------------------------------------- print(a.randint(1,99999999999999)) print(a.randrange(1,99999999999999)) #------------------------------------------浮------------------------------------------- print(a.random()) print(a.uniform(1,99999999999999)) #-----------------------------------------非数------------------------------------------ A=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'] print(a.choice(A)) a.shuffle(A) print(A)
点赞成功
分享作品
×