To reduce the repetitions you could make use of lists by doing something like: labels = ['AWA', 'REM', 'S1', 'S2', 'SWS', 'stades'] rows = [] for label in ...
確定! 回上一頁