Sort rlist by 2Theta (x[0] priority) qlist.sort(key = lambda x: (x[0], x[2], x[3], x[4])) print("") print("Diffraction angle, d, h, k, l:")
確定! 回上一頁