0

import os

What is the os module and how can I use it in python

3rd Aug 2024, 9:26 PM
Pfahtfinder
3 Antworten
+ 2
It is a standard python library for controlling the system in general, you can create, read, remove files, and do a lot of other things
5th Aug 2024, 4:41 AM
Gabriel Sousa
Gabriel Sousa - avatar
+ 6
https://docs.python.org/3/library/os.html
3rd Aug 2024, 10:23 PM
Lisa
Lisa - avatar
0
Ah thank you
9th Aug 2024, 6:37 AM
Pfahtfinder