nY For Yes\nN For No\n') sel = input('') if sel == 'Y': pyperclip.copy(structure) elif sel == 'N': print('Done') ...
確定! 回上一頁