删
本帖最后由 G`J 于 2020-12-1 22:43 编辑。 具体点啊
import random as r
a=[]
temp=input('请添加学生姓名(输入":w"停止):')
while temp!=':w':
a.append(str(temp))
temp=input()
b=len(a)
c=r.randint(1,b+1)
d=a.pop(c)
print('抽到的同学是:',d)
看看是不是你想要的,如果有帮助给个最佳吧喜喜{:10_297:}
问题不够清晰
页:
[1]