7 lines
121 B
Python
7 lines
121 B
Python
![]() |
#!/Users/jonathandunn/myAugmented/.venv/bin/python
|
||
|
|
||
|
import pyperclip
|
||
|
|
||
|
pasted_text = pyperclip.paste()
|
||
|
print(pasted_text)
|