The highest number is 30 (exclusive). Here is the code that you may apply in Python: import random my_list = random.sample(range(1, 30), 15) ...
確定! 回上一頁