In order to copy text to the clipboard we use the pyperclip.copy() function. import pyperclip pyperclip.copy("Hello world!").
確定! 回上一頁