3 lines
64 B
Mathematica
3 lines
64 B
Mathematica
|
|
list = {'a','b','c'};
|
||
|
|
list{ceil(rand(1)*length(list))}
|