Just try CTRL+V for windows to check your clipboard manually to see it's there. import pyperclip text = input() pyperclip.copy(text). You could ...
確定! 回上一頁