Pls! Who can explain sys module and clipboard module | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Pls! Who can explain sys module and clipboard module

19th Apr 2022, 3:37 AM
Abdulrahman Jaafar Aminu
Abdulrahman Jaafar Aminu - avatar
3 Réponses
+ 1
I recommend to check the Python documentation first. https://docs.python.org/3/library/sys.html clipboard is not a standard library, but external, you can find the documentation on PyPi https://pypi.org/project/clipboard/
19th Apr 2022, 6:03 AM
Tibor Santa
Tibor Santa - avatar
+ 1
help(sys)
19th Apr 2022, 6:52 AM
Oma Falk
Oma Falk - avatar
19th Apr 2022, 3:59 AM
Simon Sauter
Simon Sauter - avatar