用python写一个随机点名程序
时间: 2023-03-29 18:01:20 浏览: 171
使用javascript做的一个随机点名程序
5星 · 资源好评率100%
您好,我是C知道,可以回答您的问题。以下是用Python编写随机点名程序的示例代码:
import random
students = ['张三', '李四', '王五', '赵六', '钱七']
random_student = random.choice(students)
print('本次随机点名的学生是:', random_student)
希望对您有所帮助。
阅读全文