qasxc 发表于 2022-7-26 22:45:02

问题求助

请问应该用什么代码让问题可以随机出

临时号 发表于 2022-7-26 22:46:03

什么意思

ZhKQYu 发表于 2022-7-26 22:47:12

random模块https://www.runoob.com/python3/python-random.html

qasxc 发表于 2022-7-28 17:46:39

临时号 发表于 2022-7-26 22:46
什么意思

就是我弄了一些问题,然后如何让这些问题的出题顺序是随机的

临时号 发表于 2022-7-28 17:54:04

qasxc 发表于 2022-7-28 17:46
就是我弄了一些问题,然后如何让这些问题的出题顺序是随机的

用random模块中的choice函数
random模块详解->https://www.runoob.com/python3/python-random.html
choice函数详解->https://www.runoob.com/python3/python3-func-number-choice.html

qasxc 发表于 2022-7-28 18:01:24

临时号 发表于 2022-7-28 17:54
用random模块中的choice函数
random模块详解->https://www.runoob.com/python3/python-random.html
cho ...

谢谢
页: [1]
查看完整版本: 问题求助