有没有用Python生成n个不重复随机坐标的算法? ... import random n = 5 for x in random.sample(range(3 * 5), n): print('({}, ...
確定! 回上一頁